This topic has 11 replies, 3 voices, and was last updated 6 years by Kieran_SQ.

  • Author

    Tagged: 

  • #200851
     elgoodcoin
    Participant

    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

    #200901
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #201110
     elgoodcoin
    Participant

    Hi ! 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 🙂

    #201197
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #201283
     elgoodcoin
    Participant

    Hi 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 🙂

    #201365
     Laura
    Moderator

    Hello, 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 it

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura 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 🙂

    #201407
     elgoodcoin
    Participant

    ok, 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 🙂

    #201499
     Laura
    Moderator

    By 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 solution

    Laura 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 🙂

    #201583
     elgoodcoin
    Participant

    allright!

    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 🙂

    #201681
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #201684
     elgoodcoin
    Participant

    perfect, thank’s a lot !

    #201686
     Kieran_SQ
    Moderator

    You’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 solution

    If 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.

Viewing 12 posts - 1 through 12 (of 12 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?