Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #977544

    Hi, I’d like to change the title font size for our blog posts that are embedded into our home page. WHat is the CSS class that I would use to edit that?

    #977773

    Hey samforan,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home .av-special-heading-tag {
      font-size:30px !important;
    }

    Best regards,
    Rikard

    #994981

    Hi Rikard, thanks but that doesn’t seem to impact the size of the element I’m looking to change. Could you give it a try? I’ve provided my login.

    #995155

    I have the same question.

    #995222

    Hi,

    Please try this instead:

    .home .html_modern-blog .avia-content-slider .slide-entry-title {
        font-size: 30px !important;
    }

    Best regards,
    Rikard

    #995488

    Still doesn’t appear as though that’s working :(

    #995539

    Hi samforan,

    I adjusted the code for you, it works now.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #995631

    Hi, I still see no change in any browser on the website with that code in the General Styling.

    #995669

    Hi,

    Have you tried adding the code to very top of quick css so that it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #996066

    I’ve disabled the caching plugin altogether and still can’t see a change.

    #996456

    Hi,

    Best regards,
    Victoria

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.