How to change header menu title to lowercase

Posted in: Newspaper
Post count: 13

Hello,
I want to change the size of them but I couldn’t find a way to. And, I want to change colors of posts’ title on the front page. Is there any possibility to do it? And the last thing, in the font settings how to figure out which font corresponds exactly which block? Can we preview font changes rather than simlply ‘save settings’?

Post count: 23312

Hello comsolo,

For your first request, please try the code below to do lowercase your menu title and change the font-size of it. Place it in Theme panel->Custom Css area, like this:

.sf-menu > li > a {
text-transform: lowercase;
font-size: 19px;
}

The result you should see here: http://screencast.com/t/1v6JfvMLIo

For your second request, you can change the color of posts title if you use a bit of Css, like this:

.td_block_1 .td-module-title a {
color: red;
}

Note: Above, is an example for block 1. If you are using other block, you have to replace the number of block with the number of block that you are using.

The result: http://screencast.com/t/IlCADdeiJy

Here, http://screencast.com/t/2cK8YNlbeeNk , you can see what kind of modules are used in blocks and then you can change the font from Theme panel->Theme fonts to what modules are used by the blocks.

Hope this helps!

If is not what you mean, please provide more details about this.

Thank you!

Post count: 13

Thank you Catalin. It helped a lot! You and other guys provide a great support!

Have a good day!

Post count: 23312

Hello comsolo,

Glad that i could helped!

Thank you for message!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.