Widget Styles Dark and Color

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Sat Nov 02, 2013 8:10 am
I'd like to change their background colors. Where do I do that?
User avatar
Expert Boarder

GK User
Sat Nov 02, 2013 11:01 am
Please be more specific. Screenshot would be helpful.
User avatar
Moderator

GK User
Sun Nov 03, 2013 3:19 am
http://demo.gavick.com/wordpress/fest/?page_id=506

If you go to the link above, its under Top Menu > Framework > Widget Styles

Styles "Dark" and "Color" is on the sidebar to the right of the page.

I want to change the background colors of the following styles:

Dark = Black (what's currently on the page)
Color = Orange (what's currently on the page)
User avatar
Expert Boarder

GK User
Mon Nov 04, 2013 5:05 pm
Please edit: wp-content/themes/Fest/css/override.css
Code: Select all
.box.dark > div {
background: #000!important;
color: #FFFFFF!important;
}
.box.color > div {
background: #E89E44!important;
color: #FAEBD8!important;
}


This way You can change background and text color of those elements.

Remember to enable "Use the override.css file" in theme settings (item in admin menu, under comments section, advanced tab).
User avatar
Moderator

GK User
Wed Nov 06, 2013 8:25 am
Cyberek wrote:Please edit: wp-content/themes/Fest/css/override.css
Code: Select all
.box.dark > div {
background: #000!important;
color: #FFFFFF!important;
}
.box.color > div {
background: #E89E44!important;
color: #FAEBD8!important;
}


This way You can change background and text color of those elements.

Remember to enable "Use the override.css file" in theme settings (item in admin menu, under comments section, advanced tab).



The codes you provided affected the background of the bottom and footer area. The background is completely black. By the way, I placed the GK News Pro in the Bottom II (3 columns, 1 row) occupying the whole width of the widget area if this helps.
User avatar
Expert Boarder

GK User
Wed Nov 06, 2013 9:04 am
In addition, it also affected the gk.page-wrap background (grunge_wall.pngx27). You don't see it but only the body content and/or sidebar with the body background (bg.jpg).
User avatar
Expert Boarder

GK User
Wed Nov 06, 2013 7:52 pm
Images didnt attached :(.

Would you like this change to affect only certain pages or certain positions/elements?
User avatar
Moderator


cron