I’ve just realised the changes that were made to the sub headings using the code supplied only apply to them on the two home pages whereas I need them to apply throughout both sites.
http://admin.theimplantcentre.com/
http://dentists.theimplantcentre.com/
Hi Rupert!
Please change the code to following one
li#menu-item-1339 a {
opacity: 0.3!important;
}
li#menu-item-1272 a {
opacity: 0.3!important;
}
Best regards,
Yigit
Brilliant thanks Yigit.
I want to add ‘dentists’ to the header on every page of the dentist site http://dentists.theimplantcentre.com/
Like this…
http://admin.theimplantcentre.com/wp-content/uploads/2014/07/Dentist_branding.jpg
How do I go about adding it?
Hey!
You can add following code to Quick CSS and change the link to your image
nav.main_menu {
background-image: url(https://i.imgur.com/kYPbBdR.png);
background-size: contain;
}
Cheers!
Yigit
Many thanks. What dimensions do I need to make the image?
That’s great many thanks. Is there a way of making it disappear when someone scrolls down the page as it doesn’t look good?
http://dentists.theimplantcentre.com/
Hey!
Please add following code to Quick CSS as well
.header-scrolled .main_menu {
background-image: none!important;
}
Regards,
Yigit
Thanks Yigit, it does something funny when you select another page from the menu; that section of the website turns black and you see two versions of ‘dentists’?!
Hi!
This is how it looks when i choose another page – http://i.imgur.com/lpAMHWs.png
Can you post a screenshot and show the issue?
Regards,
Yigit