• I would like to remove the filter/transparency settings from the header area of Oria. Can you provide information on how to accomplish this?

    I checked your forum and this was the only item that seemed close. I attempted this method and it didn’t produce the results I was looking for.
    https://docs.themeisle.com/article/440-remove-category-header-in-oblique

    To reiterate: We need the top portion to have a white background with no filter/transparency setting sitting on top.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi.,

    Try this css for remove transparancy on nav menu

    .main-navigation {
        background-color: rgba(0, 0, 0, 1);
    }

    Rajan V

    Thread Starter heatheraglow

    (@heatheraglow)

    Thank you for the quick response. I followed this: Start off by installing the plugin Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor add the following code:

    and pasted in the code provided. I flushed the cache and checked on opera and safari, it didn’t make the change.

    This code is working its remove navbar transparency

    Thread Starter heatheraglow

    (@heatheraglow)

    Thanks for your response. It isn’t producing the results I need. I need it to remove the embedded filter/transparency setting.
    I have flushed the cache and tried 2 different browsers. What browser are you using for your test?
    Is there a different code that I can try?

    Hello to both of you.
    The resolution to this problem is simple. As far as I understand heatheraglow is asking how to remove or increase transparency of dark overlay over the header of the site.
    If that is correct, then do:
    1. Open Editor @ style.css
    2. Go to .site-header section (press F to find it)
    3. You will find a code:
    .site-header::after {
    content: ”;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
    4. In the background section, last number is responsible for transparency. 0 is full transparency 1 is null transparency

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove header transparency filter for Oria’ is closed to new replies.