Home › Forums › All Other Themes › Business Consulting theme – how to set fixed menu header/banner on front page?
- This topic has 9 replies, 2 voices, and was last updated 6 years ago by Sonl Sinha.
-
AuthorPosts
-
December 9, 2018 at 10:14 am #113196
Hi,
how can I set the header and optionally the banner image on the front page to fixed position, so it won’t scroll with the rest of the page? There seems to be no menu setting for this. Thanks!
December 10, 2018 at 6:12 am #113216Hi,
Kindly show us your website URL?
Regards,
BradDecember 10, 2018 at 7:46 am #113245http://kurt.ine.co.th
Another issue just came up on this site: the drop down menu entries get partially invisible on second level links. Please see http://kurt.ine.co.th/electrical-products/ and try to hover over “Products”, one entry is invisible but appears once the cursor hovers over it. When changing the background or foreground color of those entries, it will look okay in WordPress at first, but after updating/posting the change it looks like this again. Seems to be a bug? Is there a workaround or possibly a fix?
December 10, 2018 at 10:11 am #113250Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.home.has_trans_header.page .header { position:fixed !important;} #slidera { margin-top:109px;} @media screen and (max-width:479px) { #slidera { margin-top:79px;} } #topmenu ul.sub-menu li a { color:000 !important;} #topmenu ul.sub-menu li a:hover { color:#fff !important;}
Regards,
BradDecember 10, 2018 at 5:31 pm #113288Thanks, works just fine!
Did you have a chance to look into the menu bug I mentioned?
December 11, 2018 at 12:53 pm #113324Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
BradDecember 11, 2018 at 4:15 pm #113336Certainly, please take a look at https://imgur.com/a/z8DNxlQ
There is a blank entry below “Mechanical & Electrical” and text only becomes visible when you hover over it.
If I change the colors for menu items it looks okay right after the change (in WordPress itself), but once I post the change it’s the same problem again, regardless of what color I chose.
December 12, 2018 at 5:29 am #113352Hi,
Kindly use this code
#topmenu ul.sub-menu li a { color:000 !important;}
Regards,
BradDecember 12, 2018 at 7:09 am #113360The given code worked after adding the missing # before 000
This line was already present in the CSS you gave me before, but also without the # . No problem, just saying. Thanks!
December 12, 2018 at 7:27 am #113361Hi,
Yes, this is the right code
#topmenu ul.sub-menu li a { color:#000 !important;}
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.