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

    no matter what I put in custom css I cannot change the color of this element.
    element.style {
    width: 50px;
    border-color: #efbb20;
    }

    <span class=”hr-inner inner-border-av-border-fat” style=” width:50px; border-color:#efbb20;”><span class=”hr-inner-style”></span></span>

    my css

    .hr-inner.inner-border-av-border-fat {
    border-color: #e4610f;
    }

    if I put:
    .hr-inner.inner-border-av-border-fat {
    display: none;
    }

    It goes away, but I want it, just want to change the color.

    Where is this in the theme settings?

    Please help!

    My website is not live yet so I didn’t send the link. I am making changes to the construction site demo, if that helps?

    #659199

    Hi Sme4Design,

    Try this:

    .hr-inner.inner-border-av-border-fat {
    border-color: #e4610f !important;
    }

    Best regards,
    Rikard

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