-
Author
-
March 23, 2016 at 15:41 #112355
abonventi
ParticipantHow can i change the “vertical separator” colors in Home Company (v4.0) ?
Attachments:
You must be logged in to view attached files.March 23, 2016 at 20:13 #112426Radu
ModeratorHi,
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 solutionMarch 23, 2016 at 21:26 #112451abonventi
ParticipantWith this code, all the vertical separator stay with the same collor.
Attachments:
You must be logged in to view attached files.March 24, 2016 at 16:29 #112546Radu
ModeratorOk 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 -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.