New Landing How can we help? Atelier Changing header text size and colour options in blog

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #291254
    wayward_studio
    Member
    Post count: 71

    Hi guys,

    I’m usually able to solve things like this but this one has got me stuck. I’m try to do two things.

    I’d like to increase the font size for the headings of the blog posts on the main blog page, see link. I know I could simply change the h3 tag but that would affect all h3 across the site. I do not want to do that.

    I’d like to change the colour of the ‘read more’ buttons under each article but cannot find the relevant colour to edit, I’ve tried so many!

    The second questions leads to a third. Using the colour customiser tool is there a way you can select an element to know which colour to edit?

    Thanks,

    Adam

    #291267
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .mini-items .blog-item h3 {
      font-size: 30px;
      line-height: 38px;
    }
    .standard-items .blog-item .read-more-button, .mini-items .blog-item .read-more-button {
      background-color: #efefef!important;
      colour: #111111!important;
    }

    Unfortunately there isn’t sorry, most of them are self explanatory but some you may need to ask

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register