Tagged: page title
If you look at this page for example
http://mondialpol.info/web/?page_id=3356
you’ll notice that the title of the page isn’t too much visible so I’d like to change the styling (another bolder font for example) to highlight it.
How can I do that?
Hey andreamarucci!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main-title.entry-title a {
font-weight: bold!important;
color: black!important;
}
Best regards,
Yigit
Thanks, I’ve added this
.main-title.entry-title a {
font-weight: bold!important;
color: black!important;
text-transform: uppercase!important;
font-size: 120%!important;
}
but since I’ve set the font size bigger, now the title is not aligned in the center of the title box and I don’t know how to align again, sorry…
Hi!
Please add following code to Quick CSS as well
.main-title.entry-title a { position: relative; top: 5px; }
Best regards,
Yigit
Wonderful support, thank you very very much!
Hi!
You are welcome, we are always happy to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Have a great weekend!
Best regards,
Yigit