Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #757184

    Hi There,

    I’ve searched the forums and tried out a couple of suggestion to fix this.

    I’m using a ‘special heading’ and I need to change the font-size of the sub-heading above. So far I haven’t be able to do that.
    (example link included)

    Any ideas?

    Thanks for your help
    Carole

    #757499

    Hey cab72,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-subheading.av-subheading_above p {
    			font-size:30px!important;
    		}
    

    Best regards,
    Vinay

    #757917

    Hello Vinay,

    I tried that code – but the font size remains the same.

    Carole

    #758081

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Vinay

    #758126

    Hi Vinay,

    All the details in Private Content field…

    Kind Regards,
    Carole

    #758157

    Hi,

    We checked the code by adding it to Quick CSS section and it works fine :)

    Let us know if you have any questions, we are happy to help!

    Best regards,
    Vinay

    #758491

    Hi Vinay,

    That’s great – thanks for taking a look.

    I do have one question – is it possible to reduce the padding/margin between the top of the page and the subheading and the title?

    Many thanks

    Carole

    #758706

    Hi,

    Reduce the gap on the top of the page by adjusting the header height from Enfold > Header > Header Custom Height

    To reduce the subheading gap we updated the code to below css

    /* Sub heading*/
    .av-subheading.av-subheading_above p {
    	font-size:30px!important;
            margin:10px 0!important;
    }

    Please refresh the page a few times to preview the changes :)

    Best regards,
    Vinay

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