This topic has 6 replies, 2 voices, and was last updated 9 years by lore927.

  • Author
  • #64592
     lore927
    Participant

    I would like to change the background color of toggles panels, and eventually the headers color too. I tried with inline tags and looked up panel-body in the bootstrap css. I also tried to add the following line in the child css but with no result.

    The point is I am able to do:
    <p style=”background-color: #167382;”>2Toggle text.</p>
    but this would leave a big white padding around the text

    As I have only 1 toggle tool I am fine with both inline or css editing.

    panel .panel-body {
    .background-color: #00ff00 !important;
    }

    #64593
     sharmstr
    Moderator

    the problem is the lack of ‘.’ infront of panel.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #64598
     lore927
    Participant

    thanks, but it is not this. I pasted the code badly before my Kleo-child style.css is actually

    .panel.panel-body {
    .background-color: #00ff00 !important;
    }

    any suggestion?

    #64599
     lore927
    Participant

    as a follow-up, I colored all areas that I manage to edit, the arrow indicates the background area I can’t tackle.

    Attachments:
    You must be logged in to view attached files.
    #64602
     lore927
    Participant

    …and this does not work either: tried in kleo-child.css and in the Quick CSS form (template menu)

    .panel.panel-body {
    background-color: #00ff00 !important;
    }

    #64609
     sharmstr
    Moderator

    Now its because you removed the space between .panel and .panel-body. As I said, the only thing that was wrong in the first one was the lack of a period.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #64613
     lore927
    Participant

    🙂 yeahh it was that missing space!!!
    Thank you very much

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

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?