Changing the color of the fonts in widgets

Posted in: Newspaper
Post count: 37

Hi. Is it possible to change the color of the fonts in widgets, sidebar and footer?

This is my website: https://javiypilar.com

Thank you

Post count: 20688

Hi,

For the footer you can change the font color sing the theme options
https://www.screencast.com/t/tidRwIka
As for the sidebar there is no specific setting to change the font color, you could use some css to do it
https://www.screencast.com/t/AJOkuVfqci8s
If you could provide details about what and how exactly you would like to change the font on the two blocks in the sidebar, I will give you a solution.

Thanks

Post count: 37

I’ve just tried that piece of code
Wow!

Perfect!

Thank you SO much

Post count: 37

By the way, is it possible to do the same for block colors?

Post count: 20688

Hi,

You could modify the font color for the post titles on the blocks, for each block if you want to. For example this block on your page
https://www.screencast.com/t/x4HNQhKs0F7l
This is the code used

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

Here is a tutorial about using the browser inspector to identify the elements on the page and their classes, in order to create custom code – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
This explains how to make minor modifications to the page elements, that would not be possible through the theme options at the moment.
Also I could mention that each block can have a class assigned to it, this can be useful when you have multiple blocks of the same type, to differentiate them – https://www.screencast.com/t/YaboS0Emf
Rows can accept a class as well – https://www.screencast.com/t/70Efz1rEyzc

Thanks

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