Search Results for 'css'

Results from the Forum
Catalin
tagDiv Staff

Hello gauravkohli,

Unfortunately, the theme doesn’t have such an option, so you will need custom modifications for this and we cannot provide custom work, sorry!
A solution is to upload you custom font to your server and define it in the style.css file or Theme Panel -> Custom CSS like the theme font is defined – http://screencast.com/t/cfvpUyGjYj9 and add your own font name and path.
Once your custom font is defined you can use CSS code to apply your font.

Hope this helps!

Thank you for your understanding!

vasik
tagDiv Member

Thank you so much. I put your code in YOUR CUSTOM CSS, but it did not help (
It should be in a different location to insert?

  • This reply was modified 10 years by vasik.
Catalin
tagDiv Staff

Hello aph100,

If you want to change the font-size, font family, alignment you have to use a bit of CSS code to do that. Please try to use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.logo-text-container .td-logo-text {
font-size: 60px;
font-family: Arial;
text-align:left;
}

The result you should see here -> http://screencast.com/t/MAriz95sNqo

Please notice that the font-family will have to be loaded in the theme from theme panel, otherwise, the font will not be applied on your side.

Thank you for the message!

Andrei L.
tagDiv Member

Hi

Checking your site again I’ve noticed that you’re using the quotes on a page that’s why the style does not apply. The quotes weren’t intent to work on pages, only on posts, however you can use this css to replicate the style: http://screencast.com/t/iBa2fAeX5wEN

.page .td_quote_box p{
font-family: 'Open Sans', arial, sans-serif;
color: #777;
font-size: 13px;
line-height: 21px;
text-align: left;
padding-bottom: 16px;
margin: 0;
text-transform: none;
}
.page .td_quote_box{
border-color: #0a9e01;
border-left-style: solid;
padding: 15px 23px 0 23px;
margin: 0 0 29px 0;
}

Thanks!

aph100
Participant
#0

Hi
I would like to use a Text Header than than a logo image, and the Theme Panel > Header seems to suggest if I use Header Styles 9,10 or 11 then this will work. However I need to change the font, size and alignment. Do I do this in the Theme Panel > Fonts, and if so which element is it, or does this have to be done in css

Thanks

Andrei L.
tagDiv Member

Hi

To make this process automatic you’ll need some customizations in theme’s core files. Basically you need to edit the panel generator in categories section and make it accept a custom css filed.
This is a complex task which require many customizations and lots of tests in order to be achieved. We can’t offer customization services at the moment so if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.

Thanks!

Bogdan B.
tagDiv Staff

Hi,
You can remove the padding from the logo with css like so:
.td-header-style-4 .td-main-menu-logo img{
padding:0!important;
}

The height of the menu can be increased by increasing the line-height here: http://screencast.com/t/Wv6PiTAV
Thank you!

Bogdan B.
tagDiv Staff

Hi,
You can replicate the full hover background with a bit of css:
.td-header-style-9 .sf-menu > li > a:after{
height: 48px!important;
z-index:-1!important;
}

The trick is, you have to place it directly in the style.css file. If you add it in the theme panel then you would be able to see it change from the bottom line to the full background at first load as the css wil get rewritten.
Add the code at the bottom of the style.css file like so: http://screencast.com/t/sgzjQllqrVi
Thank you.

Bogdan B.
tagDiv Staff

Hi,
There is also a css alternative for this if you add an extra class to the row in visual composer, then you can target a specific block if you want. You can change the color for each module like so: http://screencast.com/t/Bg8gEdEO
You can do this for every module. Simply change the module number in the code and it will apply to that specific module.
Thank you!

Catalin
tagDiv Staff

Hello

If you want to remove that background effect, you have to use a bit of CSS code to do that. Please try the code below and place it in Thee panel->Custom CSS area. If you want to apply these settings for other modules you have to use the inspector and target the certain element.

The code is ->

.td_module_mx8 .td-module-thumb a:last-child:after {
display:none;
}

The result you should see here -> http://screencast.com/t/qUFr2yGfzEcK

Thank you for the message!

Bogdan B.
tagDiv Staff

Hi,
You can use this custom css code to do it:
@media (max-width:767px){
.td-header-gradient:before{
display:none!important;
}}

Add it in the standard theme css box.
Thank you!

Bogdan B.
tagDiv Staff

Hi,
Unfortunately there is no setting to only display the post views on the back-end, but you can hide them on the front-end with a css code:
.td-post-views{
display:none!important;
}

Simply add the code in the theme paenl -> custom css box.
Thank you!

res
Participant
#0

1. after Newspaper 6.7.1 install,

May i update wordpress 4.5?

2. May i update only 3 file replace when upload style.css, includes\td_config.php, includes\plugins\js_composer.zip?

otherwise

all theme’s file re-upload?

Boke
Participant
#0

My newsman was working well until an update of wordpress became available. I updated it, and the plugin ceased to work. I tried to follow instructions on how to activate it. It did not work. I deleted the entire website, and reloaded it. Nothing.

My impression is wpbakery.com has overruled the previous ‘visual composer’ while updating wordpress, and directs you to their website to buy the updated version of the old visual composer. Now, there is a change in the configuration of visual composer as included in newsmag, making it hard to overrule the instructions in the style sheet (CSS).

Can someone help out?

Aronfly
tagDiv Member

After several hours around this issue, it’s always when we decide to get help that the solution presents itself.
It’s not an easy task but it’s done. Apparently the modules title/link is built in td_modules.php.
To change the title colour for each module, one solution could be to duplicate the get_title() function for each colour we would be using i.e: get_title_pink(); and inside the “a href” tag add the inline css or with a css class.
Then inside each td_module_x.php we just need to replace the calling function get_title() to the new name i.e: get_title_pink();
This is just a quick explanation that can be useful to someone else in the future.
Thanks!

Aronfly
Participant
#0

I want to change the titles colour of each module from default to a custom colour.
The only way I see this being possible is by adding a custom css class to the “a href” tag, but I can’t find the place where the link is built nor any other way to change the title colour without changing the titles of all blocks/modules.
Any clues? Thank you.

dev1
tagDiv Member

Hello,

Thank you for your reply.

1. I have no added plugins active other than the ones you supplied.
2. I have installed your speed booster plugin and activated it.
3. I am using only your default demo and your content with no modifications.
4. The pagespeed insight still gives me terrible readings of 28 for mobile and 32 for desktop.
5. Other themes give me 70-100 for both so clearly the issue isn’t with my hosting.
6. After running pagespeed insight and activating ONLY your plugins, I get the following for mobile:

“Should Fix:
Enable compression
Leverage browser caching
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Minify CSS
Consider Fixing:
Prioritize visible content
Minify HTML
Reduce server response time”

For desktop, I get:

“Should Fix:
Enable compression
Leverage browser caching
Minify CSS
Consider Fixing:
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Minify HTML
Prioritize visible content
Reduce server response time”

What next?

Catalin
tagDiv Staff

Hello todaybase,

If you want to centre the featured image, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-post-featured-image img {
margin-left: auto;
margin-right: auto
}

Thank you for the message!

Mayapur Voice
tagDiv Member

I understand it, Catalin. Thanks for the clarification. So the only thing I can now think of improving is, eliminate render-blocking JavaScript and CSS in above-the-fold content, Leverage browser caching, Minify CSS and JavaScript.

Just to get your opinion- WPMUDEV has released what they call Hummingbird plugin, which supposedly takes care of this stuff. Do you think it’s safe to use it with this theme?

Andrex
tagDiv Member

Thanks, but how can I apply this style to all posts within a category? This code only adds it to a specific post.

The category has 10 new posts everyday, the CSS can’t be updated manually every time.

Andrei L.
tagDiv Member

Hi

The above code works only for one or more category pages, that depends by the selectors used. To have the same style for posts you need to adapt the css for each post using post-id selector. The code would be

.postid-12, .postid-13, .postid-14 {
/*background code goes here;*/
}

This code will display the same background for posts with ids 12, 13, 14 so you can use the same implementation in your case.

Thanks!

Bogdan B.
tagDiv Staff

Hi,
Sorry for not explaining things better in the first reply but I did not realize you want to keep the “latest posts” on the homepage and rename the word ‘blog’. (misunderstanding :))
For the breadcrumbs there is no setting to remove them on specific pages, but this can be done with css. You will need the page id you can get from here: http://screencast.com/t/7AIX5pftA and then you can use css like so:
.page-id-1486 .entry-crumbs{
display:none!important;
}

If you want to add more pages to the same code you can do it like so:
.page-id-1486 .entry-crumbs,
.page-id-1487 .entry-crumbs,
.page-id-1488 .entry-crumbs,
.page-id-1489 .entry-crumbs {
display:none!important;
}

Hope this helps.
Thanks.

jarmoud
Participant
#0

Hello,

I have two issues with icon on main menu :
1. when I add an icon it appears without css class and it will be placed on right side
2. when I add an icon with class “td-only-icon” it appears very small and without link

Help please.

Catalin
tagDiv Staff

Hello compunetit,

Please notice that all the colors from this demo come from theme panel. Please check your theme panel, Theme colors and try to change from this place, like this -> http://screencast.com/t/rLPehcTx1M Please notice that all the style of the theme is loaded in style.css file.

Hope this helps!

Thank you for the message!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css to hide the first comment counter: http://screencast.com/t/ZyTOiRdT

.fb_comments_count{
display: none;
}

Thanks!

Viewing 25 results - 23,301 through 23,325 (of 33,436 total)