Jump to content

Nav bars appear to be 'Covered' Opaque


jojobean

Recommended Posts

Hi ,

 

I'm attempting to alter the default navigation bars to a green color.

No matter which color I try there appears tp be an "Opaque" setting defaulted.

A mask or veil of plastic covering appears to be inserted over the nav bars as shown below.

Question: Can someone tell me where I change that setting in the form of a custom CSS or in the template?

Thanks. :)

c1bfc774f6897348325088436dbaf09d.png

Link to comment
Share on other sites

Believe what you are referring to is:

.ipsNavBar_primary > ul > li > a {
    background: rgba(255,255,255,0.04);
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    padding: 9px 25px;
    border-radius: 2px 2px 0px 0px;
}

Notice the background (and color) have an opacity as using rgba color (0.04 and 0.7)

Just add to custom.css

background: transparent;

for that css class

If meaning something else then need link to view

Link to comment
Share on other sites

16 hours ago, Optic14 said:

Hi @jojobean

That looks like Table Forum View.

Opacity is adjusted to 50% when a category is closed.

You should be able to override that rule by copying and pasting this into the custom.css template for your theme:


.cForumRow_hidden .cForumTitle {
    opacity: 1 !important;
}

 

This worked, Thank you. 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...