Tagged: 

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

    Hi,

    Can you help me change color of border in this image to default Enfold restaurant one page

    Border color

    Thank you

    • This topic was modified 9 years, 9 months ago by dongbui.
    #405065

    Hi Dong!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value:

    
    #top div .avia-gallery img {
        border-color: green !important;
    }
    
    #top .av-catalogue-list,
    #top .av-catalogue-list > li  {
        border-color: green !important;
    }
    
    

    The border color on the demo site is #ebe8e2.

    Cheers!
    Günter

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