Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: css to remove dropshadow on header #647885

    Hi Yigit

    Perfect! Thanks very much. Working fine

    Thanks
    Russ

    in reply to: css to remove dropshadow on header #647546

    Hi again

    You’ve got the idea, but it still doesn’t work.
    The border doesn’t return when scrolling, it stays transparent.
    I tried

    #header_main {
        border-bottom-color: transparent !important;
    }
    #header_main.header-scrolled {
        border-bottom: single !important;
        border-bottom-color: #e2e2e2 !important;
    }

    but that didn’t work either!

    Thanks
    Russ

    in reply to: css to remove dropshadow on header #647504

    Hi Yigit

    Sorry, that removes the border completely.
    I want the border to still be there once the header starts to shrink, but not be there when it’s full-size. Does that make sense?

    The site is not live yet, sorry.

    Thanks
    Russ

Viewing 3 posts - 1 through 3 (of 3 total)