cant make the page title font to red color

Posted in: Newspaper
Post count: 21

Hi there, i have change the setting to make my homepage title colored in red. i set it up in the theme panel like below:

but when i refresh the page, it still the same, in white color. is there anything that i left? or did i do it wrongly?

pls guide. tq

Post count: 22421

Hi,
From your screenshot, I think you are trying to change the block title from the grid. That is not a page title but rather the post titles from a particular block. These cannot be changed with the theme settings, you will have to use css to do it.
For example on big grids: http://screencast.com/t/zeJsLaWcXFF9
.td-big-grid-post .entry-title a{
color:red!important
}

You can add the code in the theme panel- custom css box.
Thanks.

Post count: 21

ok thanks so much Bogdan…

how about for Block 12, how can i change the title to red color as well…

like as u can see in the LATEST UPDATE block above.

thanks once again!~

Post count: 22421

Hi,
I’m not sure if it’s block titles you want to change on block 12 or the block title. In your screenshot, the post titles a re black and the block title is red. I assume you are referring to the block title. This can be edited from the block settings here: http://screencast.com/t/pYpmeobIXB
Thanks.

Post count: 21

yes, what i meant is the post title.. sorry..

Post count: 22421

Hi,
In order to change the post titles on block 12 you need to use this css:
.td_block_12 .td-module-title a{
color:red!important;
}

This will work on any block (almost) if you change the block number to the one you intent to change the color to.
Thanks.

Post count: 21

thank you so much.. u have been very helpfull.. take care.

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