Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #382565

    Hi
    I am using this theme and it’s really great and very powerful

    I am trying to change the look of the titles of posts and pages and I am stuck.

    Is there an option to edit the titles?

    please see the attachment if my question is not clear

    thanks
    Barry

    #383191

    Hey barrygur!

    Try adding this to your custom CSS.

    .main-title {
      color: black !important;
      font-size: 20px !important;
    }

    Best regards,
    Elliott

    #385632

    Hi Elliott

    The size changed but the color hasn’t
    I also tried to change the font-weight and didn’t succeed.

    Do you have any idea how to change the color and font weight as well?
    Thanks
    Barry

    #386082

    Hey!

    Try to add this:

    #top .alternate_color.title_container .main-title a {
    color: #000000;
    font-weight: bold;
    }

    Best regards,
    Ismael

    #386301

    thanks

    It works great now

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Edit the blog post and page titles’ is closed to new replies.