Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #535348

    hi there,

    i want to use sperators short space on different background colors. how can i change the seperator-border colors. f.e. white on grey and grey on white.

    heres my code:

    span.hr-inner:nth-of-type(1) {
    border-color: #FFFFFF ;

    }

    span.hr-inner-style:nth-child(1){
    border-color: #FFFFFF ;

    }

    span.hr-inner:nth-of-type(2) {
    border-color: #8F8F8F ;

    }

    span.hr-inner-style:nth-child(2) {
    border-color: #8F8F8F ;

    }

    first child works

    #537090

    Hi volmering,

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

    #av_section_2 span.hr-inner:nth-of-type(1) {
        border-color: red !important;
    }
    
    #av_section_3 span.hr-inner:nth-of-type(1) {
        border-color: green !important;
    }

    Thanks,
    Rikard

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