Tagged: 

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

    Hi
    Where can we change the Footer & Socket Link Text Size I’m trying to make all Footer Text 16 (including Links) and Socket Text 14 (including socket links)

    Here’s the example – https://www.KHoldings.com.au

    Kind regards

    Dave

    #1059638

    Hey Dave,

    Thank you for contacting us.

    To change the footer text please refer to the footer docs.

    Let us know if you have any questions.

    Best regards,
    Vinay

    #1059874

    Thanks for that Vinay

    Please can you tell me what do I change to make the;
    – Footer Text 16 (including Links) and
    – Socket Text 14 (including socket links)

    /* Footer fonts */
    #footer .textwidget,
    #footer p {
    /* Your style here */
    }

    /* Widget links */
    #footer .widget a {
    /* Your style here */
    }

    Thanks
    Dave

    #1060050

    Hi Dave,

    Try using this css code:

    #footer, 
    #footer p, 
    #footer li {
        font-size: 16px !important;
    }
    
    #socket * {
        font-size: 14px;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1061338

    Fantastic works like a treat :)
    Have a great day
    Dave

    #1061787

    Hi Dave,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Footer & Socket Link Text Size’ is closed to new replies.