Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #512790

    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?

    #512791

    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

    #512802

    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…

    #512805

    Hi!

    Please add following code to Quick CSS as well

    .main-title.entry-title a { position: relative; top: 5px; }

    Best regards,
    Yigit

    #512820

    Wonderful support, thank you very very much!

    #512822

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Styling the page title’ is closed to new replies.