Tagged: Color, white space
- This topic has 2 replies, 2 voices, and was last updated 9 years, 9 months ago by Zia.
-
AuthorPosts
-
December 15, 2014 at 8:34 pm #48894ZiaParticipant
I changed the color of all elements of the theme including the site background. This has caused the space between the “Footer Menu” and the “Homepage Featured Content Options” to be white and the “top border” of the “Footer Menu” to remain BLUE, the default color of the theme.
I am using following colors:
Default Color Scheme: Light
Menus Color Options:
Footer Menu Color Options:
Menu Background Color: #84927D
Menu Text Color: #fff
Menu Hover & Active Background Color: #3F532B
Menu Hover & Active Text Color: #fff
Sub-Menu Background Color: #84927D
Sub-Menu Text Color: #fffThe same color options are used for the Primary and the Secondary Menus.
Slider Color Options:
Slider Background Color: #9aaa92
Slider Border Bottom Color: #9aaa92
Slider Controller Background Color: #21759b
Slider Controller Arrow Color: #fff
Slider Content Background Color: #21759b
Slider Content Text Color: #fffSite Color Options:
Custom Background Color: #d1c5a1
Header Background Color: #9aaa92
Content Background Color: #9aaa92
Footer Background Sidebar Color: #9aaa92
Footer Background Color: #9aaa92
Title Color: #222
Title Hover Color: #e6e8ea
Meta Description Color: #757575
Text Color: #404040
Link Color: #84927D
Sidebar Widget Title Color: #404040
Sidebar Widget Text Color: #600606
Sidebar Widget Link Color: #757575
Scroll Up Background Color: #000
Scroll Up Text Color: #fffI do not see how to attach the image of the homepage to this forum. To see the issue I am including my development web site address dev.qualityitgroup.com
I would appreciate to let me know how to resolve this issue without modifying code.
Thank you,
Zia
December 16, 2014 at 6:27 pm #48945SakinKeymaster@Zia: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#main { height: 1%; overflow: hidden; } #colophon { border-color: #9aaa92; }
December 16, 2014 at 9:13 pm #48956ZiaParticipantSakin,
Your piece of code fixed the issue. Thank you. -
AuthorPosts
- The topic ‘White Space Under Featured Content Options’ is closed to new replies.