Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #170456

    Hey guys,
    great update, but something changed on our pages: Now I have black vertical borders to the sidebars.

    http://www.moonwave-systems.com/contact/
    http://www.moonwave-systems.com/jobs-careers/

    I cleared the browser cache ect. Do you have any idea why?
    Thanks for response!

    Martin

    #171212

    Hi MartinSchambach!

    Please add following code to Quick CSS in Enfold theme options

    .sidebar_left .content { border-left-color: #e1e1e1; }

    Best regards,
    Yigit

    #171548

    Thank you Yigit,
    same problem on the right side here: http://www.moonwave-systems.com/blog/

    Tried to fix it in the same way but no success…

    What can I do?

    #171651

    Hey!

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

    .content { border-right: 1px solid #e1e1e1; }

    Cheers!
    Yigit

    #173387

    I think the problem is that when the <main> element replaced a <div>, it wasn’t added to the list of selectors whose borders are given a color in:
    Theme Options / Styling / Main Content / Border colors

    In the next update, in that dynamic css that is generated by the Theme Options to give a border color, you need to add:
    .main_color main
    to the list, in addition to:
    .main_color div

    In the meantime, I added this to my css:
    .main_color main { border-color: #E1E1E1; }

    #173531

    Thank you guys for the help! Hope, it will be fixed in the next update….

    #173598

    Hello!

    You are welcome! Yes it will be added.

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘black vertical borderlines after update 2.3 instead of grey’ is closed to new replies.