ResolvedRemove colored area behind logo in header.
- This topic has 6 replies, 2 voices, and was last updated 3 years, 9 months ago by
Althemist.
- AuthorPosts
- December 15, 2019 at 3:21 am #20381
Minacious
ParticipantI have a logo that works best with a transparent background and as such, I would like to remove the colored area behind the logo. The theme options allow the triangle pointing down to be removed, but not the entire area of color. I can preview what it will look like removed using the developer tools in Chrome, but can’t pinpoint where a sitewide change can be made using code or otherwise.
Thank You
December 15, 2019 at 3:43 am #20382Minacious
ParticipantIn addition to this request, I would also like the remove the slight shadows on the ends of secondary menu.
December 16, 2019 at 9:37 am #20388Althemist
KeymasterHello Minacious,
Both things can only be acomplished with custom CSS.
For the logo area:
#header #logo::after, #header #logo::before { border-color: transparent !important; } #header #logo { background-color: none !important; }
For the menu shadows:
#main-menu::before, #main-menu::after { box-shadow: none !important; }
Hope this helps.
Regards,
DimitarDecember 18, 2019 at 3:58 am #20420Minacious
ParticipantI appreciate the reply.
That did the job, though, for the logo I needed to change “none” to “transparent” as well for it to work. “None” was seen as an invalid color.
Now with the logo gone there is a slight drop shadow where the box was that remains that I too need to remove.
You can see an example here:
December 18, 2019 at 1:13 pm #20424Althemist
KeymasterSorry, the “none” was my mistake. “transparent” is the right one. For the shadow, use the following code:
#header #logo { box-shadow: none !important; }
BTW, if you’re happy with the theme and support, we’d really appreciate it if you take the time to rate it on ThemeForest. You can do this in your Downloads page ( https://themeforest.net/downloads )- the small stars bellow the green “Download” button. It helps us a lot to keep improving the theme and adding new features.
Regards,
DimitarDecember 18, 2019 at 10:07 pm #20429Minacious
ParticipantYep, that did it.
Okay, I am going to call this done for now. I may have a couple more questions and will cross that bridge if needed.
Thank You again.
And I will get on rating the theme right now.
December 19, 2019 at 6:45 pm #20434Althemist
KeymasterSure, whenever you need help, just let us know. And thanks for the 5-stars review. 🙂
Regards,
Dimitar - AuthorPosts
You must be logged in and have valid license to reply to this topic.