Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
jojobean Posted November 5, 2017 Posted November 5, 2017 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.
opentype Posted November 5, 2017 Posted November 5, 2017 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.
steve00 Posted November 5, 2017 Posted November 5, 2017 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
jojobean Posted November 6, 2017 Author Posted November 6, 2017 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.
Optic14 Posted November 6, 2017 Posted November 6, 2017 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; }
jojobean Posted November 7, 2017 Author Posted November 7, 2017 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.