Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted November 5, 20177 yr 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.
November 5, 20177 yr Is that site online? Can you link it? Would be easy to check out the CSS then. The screenshot doesn’t show much and I also don’t understand what is supposed to be “plastic” about those elements.
November 5, 20177 yr 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
November 6, 20177 yr Author Thanks @steve00 I tried your way and It did not work for me, Honestly, I had no idea where I should add something. I would like the color scheme like this. Edit, I dont need no fancy edges, just the colors.
November 6, 20177 yr 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; }
November 7, 20177 yr Author 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.
Archived
This topic is now archived and is closed to further replies.