Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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?

    #198238

    Here is the link to the website dev.vcci.org/home

    #198241

    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

    #198269

    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

    #198279

    dev.vcci.org/home

    #198281

    Also, hover do I get rid of the hover background color on my footer links?

    Thanks

    #198284

    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; }
    • This reply was modified 10 years, 7 months ago by Yigit.
    #198286

    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

    #198310

    thanks guys:)

    #198311

    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.

    #198322

    Hi!

    Please go to Incarnation Theme options > Footer tab and choose to display 3 footer columns if you would like to display widgets in footer larger

    Best regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Footer Widgets(Incarnation Theme)’ is closed to new replies.