oedoma42
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Customizing or removing border from dropdown menuThat removes all the lines except the top of the dropdown and the right and left sides. I’m playing with a few more combos.
Forum: Themes and Templates
In reply to: [Virtue] Customizing or removing border from dropdown menuThank you. I changed them all to none and I still have a white border. The blue did show up but the white outline was still there.
This is the CSS I’m using for the menu –
/* Change the hover color for the Menu on the Home page */
#nav-main ul.sf-menu a:hover {
color: #314c17
}/* Home page Menu background color */
#nav-main ul.sf-menu a {
background: black;
}/* Change the background and text color of main nav hover */
#nav-main ul.sf-menu a:hover {
background: #314c17;
color: white !important;
}/* Keeps main nav parent item highlighted */
#nav-main ul li:hover > a {
color: white important!;
background: #314c17;
}/* Keep font white on menu sub-items */
#nav-main ul.sf-dropdown-menu a {
color: #ffffff !important;
}#nav-main ul.sf-dropdown-menu a {
border-right: none;
border-left: none;
border-bottom: none;
border-top: none;
}Forum: Themes and Templates
In reply to: [Virtue] Primary navigation color and active font color changeJust what I needed. Thank you!
Forum: Themes and Templates
In reply to: [Virtue] Icon Menu hover color changeYes! That’s one variation I didn’t use correctly.
Thank you so much!
Forum: Themes and Templates
In reply to: [Virtue] Icon Menu hover color changeSorry but I cannot provide a link. I meant to delete that.
Forum: Themes and Templates
In reply to: [Ascend] Elementor – Content Area Was Not Found in Your PageThat did it! Thank you! I never thought of trying that one… ??
Forum: Themes and Templates
In reply to: [Ascend] Elementor – Content Area Was Not Found in Your PageSorry but I cannot send a link and it is local with no other sites. Its a fresh WordPress install with nothing but the Theme, demo data and what came with the demo. No custom CSS as yet. I am using the current WordPress version and Safari with no add-ons.