ResolvedRemove colored area behind logo in header.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #20381
    Minacious
    Participant

    I 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

    #20382
    Minacious
    Participant

    In addition to this request, I would also like the remove the slight shadows on the ends of secondary menu.

    #20388
    Althemist
    Keymaster

    Hello 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,
    Dimitar

    #20420
    Minacious
    Participant

    I 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:
    Drop Shadow

    #20424
    Althemist
    Keymaster

    Sorry, 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,
    Dimitar

    #20429
    Minacious
    Participant

    Yep, 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.

    #20434
    Althemist
    Keymaster

    Sure, whenever you need help, just let us know. And thanks for the 5-stars review. 🙂

    Regards,
    Dimitar

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register