-
Author
-
April 4, 2016 at 09:01 #114383hideyukiParticipant
I am making site and recently bought KLEO 4.0.
I tried to change footer background color from Theme options, styling options, footer.backgroud color.
The change was saved, however, footer color hasn’t changed yet.
Can someone help me?
April 4, 2016 at 20:12 #114497RaduModeratorHi,
Just i’ve tested and on my side it works
Hold ctrl+shift+r for 1 second the see if the changes it applies.
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 5, 2016 at 22:07 #138377pohanaParticipantHi,
I have the same problem with the footer background colour; it won’t change. It appears to change momentarily, but then it reverts to the default black.
Thanks,
Patrick
October 6, 2016 at 02:42 #138387pohanaParticipantI actually found the solution. Changing colors in the footer section is not sufficient; you have to do it in the socket section as well, and it works 🙂
October 6, 2016 at 13:55 #138417RaduModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 27, 2017 at 18:05 #151128Chris AndersenParticipantHave nearly the same problem: The footer bgcolors don’t change, if I change them under
Theme options/styling options/footer/background colorIn my case the bgcolor of the footer changes but not the bgcolor of the text in the footer.
…and if I change the socket bgcolor, these colors are changing but not the footer bgcolors like the guys above wrote.January 30, 2017 at 16:13 #151355RaduModeratorHi,
In this reply users says his solution, it doesn’t apply on you ? : https://archived.seventhqueen.com/forums/topic/cannot-change-footer-color/#post-138387
If not you can change the footer bg color using this selector
COPY CODEdiv#footer { background: red !important; }
NOTE : Child theme needs to be installed and activated.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 31, 2017 at 19:11 #151551Chris AndersenParticipantTried to paste your code in:
Theme options/General settings/Quick CSS:
doesn’t work 🙁What am I doing wrong?
January 31, 2017 at 19:25 #151555RaduModeratorNothing,
The code works maybe are you referring to the socket section
COPY CODEdiv#footer { background: red !important; } div#socket { background: green !important; }
Try with those selectors
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 31, 2017 at 22:41 #151578Chris AndersenParticipantOK… now the socket is green but there is no color change in the footer.
Btw. the socket settings under theme options have always been working.
Just the footer settings are not consistent.Tried this:
COPY CODEdiv.wpb_wrapper { background: #fc7169 !important; }
It solves my footer challenge but is pushing the above color also in the
div class kleo-gap.Any code idea how it only effects the wpb_wrapper background color?
February 2, 2017 at 18:49 #151743RaduModeratorHi,
COPY CODE.wpb_wrapper {background-color:red;}
Isn’t recommended to apply such as rule on that div because it’s used general multiple times in page.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 3, 2017 at 09:31 #151791Chris AndersenParticipantUnderstand… I can see your last code gives the same effect as mine.
Just look at the attachment. I’d like to avoid this additional big red line above the normal footer.
Which code would you recommend instead?
Attachments:
You must be logged in to view attached files.February 6, 2017 at 14:10 #152109RaduModeratorHi I see, but there it’s not footer or socket that it’s a section that you have built with VC
You should change those from row background and from that cloumn background
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 6, 2017 at 18:54 #152154Chris AndersenParticipantDon’t understand. I’d like to change the red color into my orange (fc7169) and expected a layout option for that.
How and where exactly can I do this under
theme options/layout?or which code should I use if there is no option like that?
As I wrote… the actual added css-code would work only with an undesired new red row above the footer and other effects.What would you do?
February 6, 2017 at 19:03 #152158Chris AndersenParticipantok… have found the vc row. thanks (sorry & embarrassed)
…and changed the footer color in combination of options and additional css code.February 7, 2017 at 17:56 #152239RaduModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.