-
AuthorPosts
-
December 9, 2013 at 10:54 pm #198237
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?
December 9, 2013 at 10:55 pm #198238Here is the link to the website dev.vcci.org/home
December 9, 2013 at 11:06 pm #198241Hi!
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!
YigitDecember 9, 2013 at 11:57 pm #198269Thank 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
December 10, 2013 at 12:06 am #198279dev.vcci.org/home
December 10, 2013 at 12:07 am #198281Also, hover do I get rid of the hover background color on my footer links?
Thanks
December 10, 2013 at 12:10 am #198284Hi!
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,
YigitEDIT: Please add following code to change background on hover
#top .widget ul li a:hover { background-color: inherit; }-
This reply was modified 11 years, 10 months ago by
Yigit.
December 10, 2013 at 12:10 am #198286Hey!
Try adding this code to the Quick CSS:
#footer .widget_nav_menu li, #footer .widget_nav_menu li a{ border: 0 !important; }Cheers!
JosueDecember 10, 2013 at 12:42 am #198310thanks guys:)
December 10, 2013 at 12:44 am #198311Is 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.
December 10, 2013 at 1:54 am #198322 -
This reply was modified 11 years, 10 months ago by
-
AuthorPosts
- The topic ‘Footer Widgets(Incarnation Theme)’ is closed to new replies.
