This topic has 3 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #112355
     abonventi
    Participant

    How can i change the “vertical separator” colors in Home Company (v4.0) ?

    Attachments:
    You must be logged in to view attached files.
    #112426
     Radu
    Moderator

    Hi,

    You can do that with this css

    COPY CODE
    
    .vertical-separator { border-left: 1px solid #111111 !important; }
    .vertical-separator:after,.vertical-separator:before { background-color:yellow; }
    

    Replace #111111 and yellow with your desired colors.

    The css can be added to wp-admin -> theme options -> general settings -> quick css

    Cheers

    Radu

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

    With this code, all the vertical separator stay with the same collor.

     

     

    Attachments:
    You must be logged in to view attached files.
    #112546
     Radu
    Moderator

    Ok i understand,

    For matching only that separator, you will have to set a class for that row section, please follow this how to video : https://drive.google.com/file/d/0Bxo5b6iHWRMwV0xlbERGdTdjb2M/view

    Then you will have to apply this css, with the name of the custom class (in this case class name is companysection1 ) of the row before the initial css like this :

    COPY CODE
    
    .companysection1 .vertical-separator { border-left: 1px solid #111111 !important; }
    .companysection1 .vertical-separator:after,.vertical-separator:before { background-color:yellow; }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?