Footer Color and Style...

Support desk for Multipurpose Quark Theme
GK User
Sun Jan 24, 2016 12:16 am
Hello, I need to change the color and add graphic elements in the footer, and if needed also change text color present in the footer, thanks, greetings. René :?: :idea: :shock:
User avatar
Platinum Boarder

teitbite
Wed Jan 27, 2016 10:56 am
Hi

Here couple of classes which may help:

Code: Select all
#gkCopyrights {
    color: #fff;
}

#gkFooter a {
    color: #fff;
}

#gkFooterNav li a {
    color: #fff;
}


to add graphics You need to either enter it to modules published there or add some new modules.
User avatar
Moderator

GK User
Wed Feb 03, 2016 10:02 pm
Hello !, thanks for your reply. Make the change of the code, but does not work in the case of text "strong" perhaps did not understand or did something else ... Maybe you did not understand my wonder, then also I need to change the text color, background color footer. Could verify, thank you, greetings.
User avatar
Platinum Boarder

teitbite
Thu Feb 11, 2016 2:38 pm
Hi

Here a code to change a color of bold (<strong></strong>) text:

Code: Select all
#gkFooter strong {
    color: #444;
}


Here code to set a color of footer background:

Code: Select all
#gkFooter {
    background: red none repeat scroll 0 0;
}
User avatar
Moderator

GK User
Sat Feb 13, 2016 3:38 pm
Thank you, very much. Renè
User avatar
Platinum Boarder


cron