Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #191974

    Hey dear Enfold Team,

    I’m building a front page with different colored sections, and i would like to delete the blank 1px line between all sections. (the colors doesn’t really flush together)
    It appears same if i chose “no shadow option”.

    Do you know where is the css options for it?

    Best regards,
    Martin.

    #192145

    Hi Martin!

    Can you post the link to your website so we can inspect elements and provide you more accurate css code?

    Cheers!
    Yigit

    #192946

    Mhh sorry Yigit, the web site is offline for the moment :-/

    #193041

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .container_wrap { border-style: none; }

    and post a screenshot if that does not work

    Regards,
    Yigit

    #193081

    Done with this :

    .main_color.fullsize, .main_color section {
    	border: none !important;
    }

    Thank you Yigit :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blank pixels between color sections’ is closed to new replies.