Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #766414

    I’m using the following CSS to attempt to remove the borders on all Color Sections:

    #contact {
        border-color: transparent;
    }
    
    #about {
        border-color: transparent;
    }

    But I can’t get it to work. I like the border used in other Color Sections so ideally I can just remove it from these two. Can you please help me?

    • This topic was modified 7 years, 4 months ago by newpappa. Reason: realized that I wanted to remove the border from just some color sections not all
    #766433

    Hey newpappa,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .home #after_section_2 {
        border-color: transparent;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #768462

    Hi Nikko,
    I tried that and it is still not working :(
    Any other ideas?

    #770179

    Hi,

    Sorry for the late response. That code should’ve work, do you have any caching plugin installed? if yes can you try to clear the cache, if not try to disable the plugins to check if there is conflict or something that prevents the style from showing since it’s not showing in the css generated by enfold (see private content).

    Best regards,
    Nikko

    #770214

    Thanks Nikko!

    #770234

    Hi,

    Let us know if you have any other questions or issues :)

    Best regards,
    John Torvik

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