Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #425411

    Hello!

    How can i change the following colours:

    1)in the sidebar
    2)the area of the logo, main menue (header)
    3)the secondary menue

    Thanks for help.

    #425594

    Hey AlexanderKouba!

    1. Are you trying to change the sidebar background?

    2. You can change the header background in Dashboard > Enfold > General Styling.

    3. You can change the secondary menu links in Dashboard > Enfold > Advanced Styling.

    Cheers!
    Elliott

    #425787

    Yes, i want to change the background colour. How can i do this?

    #425884

    Hi!

    Please try this in Quick CSS under Enfold–>General Styling:

    aside.sidebar.sidebar_right.alpha.units{
    background:red !important;
    }
    

    Best regards,
    Rikard

    #426004

    Thanks for help.

    Is this possible with for example “#c05f5f” instead of “red”, i mean, can i enter a colour-code here?

    #426008

    Hey!

    Yes, you can simply replace “red” with “#c05f5f”

    Cheers!
    Yigit

    #428317

    If i take this code, then it works, but on a bigger screen on the right side beside the sidebar there remains a white area. Can you help me?

    #428718

    Hi!

    I’m having trouble understanding exactly what you mean, could you provide us with a screenshot highlighting what the problem is please?

    Best regards,
    Rikard

    #428743

    Ok, i am sorry

    Here is a screenshot

    http://alexundvalerie.com/wp-content/uploads/2015/04/Problem-Sidebar.png

    The area right of the red area also should have the same colour.

    Thanks for helping me.

    #428828

    Hey!

    Please add following code to Quick CSS as well

    .inner_sidebar {
      margin-left: 25px;
      margin-right: 25px;
    }

    Best regards,
    Yigit

    #428904

    It doesnt work. There is still the same problem.

    Do you have another code?

    #428947

    Hey!

    Code should make sidebar look like this – http://i.imgur.com/nuwm98r.png
    If that is not what you meant, please post another screenshot and clearly show the changes you would like to make so we can make sure that we are on the same page

    Regards,
    Yigit

    #428974
    #429374

    Hey!

    Please try the following:

    .sidebar_right{
      background: red !important;
      padding-right: 45px !important;
    }

    Regards,
    Rikard

    #431196

    I think something is wrong with that code…If i take this code, then the whole width including blog posts is red. I want only the sidebar in a different colour

    #432033

    Hey!

    If you make your sidebar, say red, it would look like this – http://i.imgur.com/nuwm98r.png and it would not cover the whole area.
    As a workaround, you can try adding Widget Area element inside a Grid Row element and choose to display your widgets inside it and change the background color of your grid column

    Cheers!
    Yigit

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.