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?
Hey Devon,
Can you enable right click and highlighting on the site so we can look into this further?
Best regards,
Jordan Shannon
Hi – I am not sure what you mean?
Where do I enable right click and highlight the site?
Hi,
It seems to be a plugin on your site disabling right-click, and code inspector.
Best regards,
Jordan Shannon
Oh – okay I think I deactivate the right plug. Let me know if it still doesn’t work.
Thanks,
Hi,
Add this to quick css:
#header_meta{
padding:10px 0!important;
}
.phone-info {
font-size:20px!important;
}
Best regards,
Jordan Shannon
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
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
Thank you.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon