Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1392426
    jcaporaso
    Participant

    http://www.perceptionprograms.org/wordpress/

    My client wanted me to change the size of the text in the topbar content, but unfortunately, the social media icons got pushed way down and look too small. Is it possible to move them up to align to the top? And, increase their size?

    This is the code I used to make the font size bigger. Would there be a better way to handle it?

    <p style=”font-family:lato; font-size:95%;”>Steeple Chase Bike Tour Saturday, August 19th, 2017 Visit Website….
    <p style=”font-family:lato; font-size:95%;”>
    New Counseling Office open at 1244 Storrs Road, Storrs, CT. Call 860.420.2450 for an appointment.

    #1392900
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-topbar .x-social-global {
        margin-top: -100px;
    }
    .x-topbar .x-social-global a {
        font-size: 24px;
        margin-right: 5px;
    }

    Hope this helps.

    Cheers!

    #1396704
    jcaporaso
    Participant

    thanks! I originally tried adding the code to the Custom > Edit Global CSS which didn’t change the size or locatin. But when I added it to Additional CSS it did.

    #1397201
    Rupok
    Member

    Hi there,

    It should work within Customizer > Custom CSS unless you have any broken code there.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1392426 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>