Hello
How can I change the font type in Sidebar and Background. ?
Thanks a lot.
Hi Dominique!
Please go to Enfold theme options > General Styling > Fonts and change font family as needed. If you would like to apply changes on certain sections, please elaborate on the changes you would like to make.
Best regards,
Yigit
There is my website url :http://www.lenainbraillard.fr
I can’t change font for members.
I explain: under “Messages récents” (last topics), member name font color is black and it’s not very nice with dark green background.
How can I change this font color ?
Here a picture : https://drive.google.com/open?id=0B80_pNw4AYZcVzVBVXFfMU81QVU&authuser=0
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color .sidebar a {
color: #ffffff!important;
}
Best regards,
Yigit
Thanks a lot
It works
I already used this CSS code but without ” !important”.
Then it is important ^^
My problem is resolved.