Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1195555

    Hi,
    Is there a way to increase the whole top bar height together instead of individuals? It is currently set as 30px but would like to bump all to maybe 40px including the social media icons, and contact phone number to be larger in size.

    Is this possible with this theme?

    #1195611

    Hey Devon,

    Can you enable right click and highlighting on the site so we can look into this further?

    Best regards,
    Jordan Shannon

    #1195615

    Hi – I am not sure what you mean?
    Where do I enable right click and highlight the site?

    #1195616

    Hi,

    It seems to be a plugin on your site disabling right-click, and code inspector.

    Best regards,
    Jordan Shannon

    #1196512

    Oh – okay I think I deactivate the right plug. Let me know if it still doesn’t work.

    Thanks,

    #1196975

    Hi,

    Add this to quick css:

    #header_meta{
    padding:10px 0!important;
    }
    
    .phone-info {
    font-size:20px!important;
    }

    Best regards,
    Jordan Shannon

    #1197861

    Thank you. When I add the padding to the #header_Meta { … I noticed that it pushes the navigation menu bar to overlap the hero slider on the homepage as well as all the other pages, as you can see here: https://pasteboard.co/J0LDgpTd.png.

    Also, I was hoping to have social media icons and its white pipe bar to increase with the font size. Is that possible or it’s not?

    Thanks,
    Devon

    #1198818

    Hi,
    Sorry for the late reply, to increase the social icons and the “phone” text, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .phone-info > span {
    	font-size: 20px !important;
    }
    #top .social_bookmarks li a {
        font-size: 30px !important; 
    }

    Best regards,
    Mike

    #1199801

    Thank you.

    #1199895

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Top Bar’ is closed to new replies.