Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #982120

    Hello,
    I’m looking for a solution to remove the image container border on a single page defined as main-content border color (see screenshot) – The border comes from the enfold main content border color setting but i’m not able to remove this for a single page and i can’t just change it in the settings cause it will affect the entire website and not only the single page

    I tryed afew solutions but it seems they don’t take any effect

    .page-id-9102 {
         border:none!important;
    }
    .page-id-9102 {
         border-color:fff!important;
    }
    #982382

    Hey Gerhard,

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

    .page-id-9102 #after_image_hotspots {
      border-top:none !important;
    }

    Best regards,
    Rikard

    #982521

    Thank you Rikard. Works perfect!

    #982581

    Hi,
    Glad Rikard could help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Image Container Border on single page’ is closed to new replies.