Jump to content

Color Selection


tomsipb

Recommended Posts

You can use a inspector to locate this information and any other areas needing adjustments :) Once you find it in your inspector you can add it into your themes custom.css with the alterations to the rule. Once that adjusted rule's in your custom.css it will over-ride the stock css rule.

Regards

Link to comment
Share on other sites

39 minutes ago, tomsipb said:

will someone here please be kind and help me fix this minor problem with my forum?

Try to paste this to custom.css 

ACP > Themes > Edit HTML and CSS > CSS > custom.css

ul:not( .ipsMenu_keyNav ) .ipsMenu_item:not( .ipsMenu_itemClicked ):not( .ipsMenu_itemDisabled ) a:hover, .ipsMenu_item[data-selected] a, .ipsMenu_item[data-selected] span, .ipsMenu_item.ipsMenu_hover {
	background: #000;
}

however it might still depend on your theme, if above css code doesn't work then you must use browser inspector to check the classes 

Link to comment
Share on other sites

3 hours ago, TAMAN said:

Try to paste this to custom.css 

ACP > Themes > Edit HTML and CSS > CSS > custom.css


ul:not( .ipsMenu_keyNav ) .ipsMenu_item:not( .ipsMenu_itemClicked ):not( .ipsMenu_itemDisabled ) a:hover, .ipsMenu_item[data-selected] a, .ipsMenu_item[data-selected] span, .ipsMenu_item.ipsMenu_hover {
	background: #000;
}

however it might still depend on your theme, if above css code doesn't work then you must use browser inspector to check the classes 

it 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...