My widget don’t seem to lineup. How do I control this in the css code? Also How to I make the footer widget title all one color without changing the color scheme of the sidebar widget title?
Here is the link to the website dev.vcci.org/home
Hi!
Please add following code to Quick CSS in Incarnation theme options under Styling tab
#top .widget_nav_menu { padding-top: 30px; }
.flex_column h3, #top .widgettitle { color: white!important; }
Cheers!
Yigit
Thank you… That took care of the alignment and the text color. But, how to I get rid of the black lines under the links?
Thanks
dev.vcci.org/home
Also, hover do I get rid of the hover background color on my footer links?
Thanks
Hi!
Please add following code to Quick CSS as well
.widget_nav_menu a, .widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item { border-top-style: none; border-bottom-style: none; }
Regards,
Yigit
EDIT: Please add following code to change background on hover
#top .widget ul li a:hover { background-color: inherit; }
Hey!
Try adding this code to the Quick CSS:
#footer .widget_nav_menu li, #footer .widget_nav_menu li a{ border: 0 !important; }
Cheers!
Josue
thanks guys:)
Is there away to make the event list in the footer wider so the text won’t wrap? I guess my question is related to the margins of that specific widget.