-
Author
Tagged: colorCodes
-
June 15, 2018 at 02:52 #200851elgoodcoinParticipant
hello
I’m native french speaking so I might not understand everything in english clearly, But, I have a problem.
when I want, by example, to change the header background color to blue
then I change the background color of the side column, it changes the header background color, for another color like simple white and all colors disappear. all customisation disappear.
and this happend whatever color I try to put.
so I might do something wrong, Or Kleo is not customisable.
I’m at the beginning and already lost hours to try to figure out what is happening.
hope someone can explain how to make kleo really customisable.
best regards
June 15, 2018 at 20:13 #200901LauraModeratorHello, i will be happy to help you just let me know which elements to change and which colors 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 17, 2018 at 23:40 #201110elgoodcoinParticipantHi ! thank you to be there 🙂
as I said before :when I want, by example, to change the header background color to blue
then I change the background color of the side column, it changes the header background color, for another color like simple white and all colors disappear. all customisation disappear.
please let me know what precisions you need to figure out my problem.
I’d also like to know if visual composer is really include with kleo, because they say i have to purchase it.
and today, when I click on personnalisez avec visual composer, I have then a blnk page, with no command, nothing….straaange!have a nice time 🙂
June 18, 2018 at 23:47 #201197LauraModeratorHello, for that, let me know the colors you want for each part and i will give you the code so you do not need to use the customizer.
About the visual composer, its included so you dont need to buy it, can you share access so i can see that issue?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 19, 2018 at 22:19 #201283elgoodcoinParticipantHi Laura
you might mean that sometimes if there is a conflict between colors settings I can change it in the text editor by pasting the colorCodes?
if I ask you everytime it will last a while 😉
anyway things go very fast on wordpress and the settings have changed since I asked the question.
please just tell me: when it is not possible to change by visual or normal composer, I can do it by text editor , right?if there are other codes , can you tell where I can find them?(not color codes, I’m ok with that )
visual composer came back a while later, and I guess they only try to sell me some support or gold membership.
thank you 🙂
June 20, 2018 at 19:59 #201365LauraModeratorHello, yes you can use text editor but not change the visual composer codes ( the ones like [] )
Other codes depends, there are a lot so it depends on what and how, i am here and will be happy to help you with those if you need itHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 21, 2018 at 01:14 #201407elgoodcoinParticipantok, thank you.
is there a link to these codes?
a reference?
what i mean is I would like to be azble to customize Kleo fully,.
except color codes, what sort of codes do you mean? could you drive to th e right tutorial about what you’re speaking about?
if not , no worry, I believe I will be able to make my website anyway, but it would be a real plus to understand everything.
thank’s for helping 🙂June 22, 2018 at 00:37 #201499LauraModeratorBy codes i mean pure CSS language, here check https://www.w3schools.com/css/ but for this, each theme and plugin has its own “classes” to be able to apply a style to something, you need to know the class or id of it, we use google chrome developer tools to check the classes of the element we want to change, and then we use normal css codes to change it.
For example, a button might have the class “button1” and you want to change the background color of it, for that, as you know the class, you create the base, which is:
.button1 {
}This prepares for a change, then you add the css code to change the background color
.button1 {
background-color: red;
}If the button already has a background color you may need to add !important so your new codes is more important and applies to it
so:
.button1 {
background-color: red !important;
}CSS is easy to learn, the problem is to know and understand how to use the classes and IDS that is why i said to tell me which elements to change so i can give you the correct code
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 22, 2018 at 20:31 #201583elgoodcoinParticipantallright!
thank you Laura.
with pure CSS i know now that I’ll be able to customize my website.I’ll learn classes and ID’s carefully , and will be able to customize my website.
thank you very much for helping.
I guess I could set this topic to “resolved”if any problem again, do I have to contact you especially, or do I post a question and someone will answer.
anyway , thank’s a lot 🙂
June 23, 2018 at 18:48 #201681Kieran_SQModeratorHi,
I will mark this ticket as resolved as per your reply. If you have further issues specific to this topic then please do feel free to reply here and we’ll be happy to open the ticket back up.
If you have other questions or issues not related to this topic then please open a new ticket so one of the available support team members can assist you as soon as possible.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
June 23, 2018 at 19:12 #201686Kieran_SQModeratorYou’re welcome, have a great day 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.