How to change text background ?

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Thu Apr 03, 2014 12:16 am
Hi, i'd also like to know how to change the text background colour on the images in top widgets.

Please refer to image. The text background i am talking about is the "coming soon" purple background colour.

Thanks :)
User avatar
Senior Boarder

GK User
Thu Apr 03, 2014 7:17 am
Hello,

The best place for your CSS modifications is Instyle/css/override.css file. (First you have to enable this override option in Template Options -> Advanced tab). Then, you can add this code to mentioned file:

Code: Select all
.gk-banner > strong > a {
    background-color: #ddd;
}
User avatar
Moderator

GK User
Fri Apr 04, 2014 2:28 am
okay cool, easy as. Thanks Piotr !
User avatar
Senior Boarder

GK User
Fri Jun 06, 2014 9:04 pm
Where do you put this code within all of the default code that is already within the override.css file?
User avatar
Fresh Boarder

GK User
Mon Jun 09, 2014 7:32 am
Hi @mimiandjules,

Yes, this override.css file is for all your CSS modificatsion, so you can add this code at the end of this file.
User avatar
Moderator


cron