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

    Hi support,
    A customer wants to have a subheading line that is larger in font size and is colored.
    Please see link below.

    Fees & Policies – All Clients
    Including a List of Available Services (need to adjust font size here and color)

    #1262915

    Hey Keith,

    Add this to quick css and adjust to what you need:

    .av-subheading.av-subheading_below p{
    font-size:20px!important;
    color:red!important;
    }

    Best regards,
    Jordan Shannon

    #1263023

    Hi Jordan,
    I need to make sure this affects only the heading on this particular page. Not the rest of the site. Can you confirm?

    #1263104

    Hi khickman,

    Then you need to add the page is class:

    
    #top.page-id-974 .av-subheading.av-subheading_below p{
        font-size:20px!important;
        color:red!important;
    }
    

    Best regards,
    Victoria

    #1265783

    Thank you Victoria!

    #1265794

    Hi khickman,

    Glad we could help :)

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Modify subheading under main heading’ is closed to new replies.