Home › Forums › Photo World/Photo Session Support › HEADER menu button transparency how to remove
- This topic has 6 replies, 2 voices, and was last updated 1 year, 5 months ago by
Forum Moderator.
-
AuthorPosts
-
December 7, 2021 at 11:50 pm #187462
1 – Hi, after change of main backround my menu buttons has tranasparency around menu how can I solve it? On ne side pages is ok.
2 – I´d like to have same navigation menu also on my left side widged
3 – I´d like to remove preview slider with pictures from homepage just keep navigation buttonsWill be glad for your help…
TomiMika.com
December 8, 2021 at 1:43 am #1874653 – fixed by:
#thumb-tray {display:none !important;}December 8, 2021 at 6:31 pm #187529Hi,
Kindly go to Appearance >> Theme Options >> Layout Settings >> Custom CSS Box:
Add this code there:
#site-nav ul li a { background-image: none !important; }
Regards,
ChrisDecember 10, 2021 at 3:22 am #1876262 – THX fixed and is there possibility to use main header navigation style also in widget somehow??
December 10, 2021 at 3:44 am #187627And is there also option to make header bar litle bit tinner?
December 11, 2021 at 11:36 pm #187679Hi I have next quary Id like to get code how to customise HEADER SIZE, FOOTHER SIZE and BOTTOM copyright size to make it little bit thinner…
THX a lot for your spport soon it will looks perfect….:)December 13, 2021 at 11:44 am #187727Hi,
Kindly go to Appearance >> Theme Options >> Layout Settings >> Custom CSS Box:
Add this code there:
.header { padding:0;} .header .logo .site-description { margin-bottom: 5px;} .footer-bottom { padding:10px 3%;} #colophon { padding: 10px 20px;} .footer-menu ul li { padding-bottom:5px;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.