Tagged: , ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #218929

    Hi,

    I’m trying to get the header to look like in the demo but I get a solid colored line on top and bottom of the header (instead of grayish/shadow lines).

    I’m using a child theme.

    You can view my test site here:
    xxx

    Can you help me fix this issue?

    Thanks, Eric

    • This topic was modified 10 years, 2 months ago by creolerim.
    #218939

    Hi creolerim!

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

    .header_color div { border-color: #e1e1e1; }

    Best regards,
    Yigit

    #218943
    This reply has been marked as private.
    #218951

    Hi!

    Can you check which color header border is set in Enfold theme options > Styling tab? By default it should be http://i.imgur.com/hxtjKUM.jpg
    I think it is related with styling options, CSS files seem to be loading just fine

    Regards,
    Yigit

    #218963
    This reply has been marked as private.
    #218964
    This reply has been marked as private.
    #218965

    Hi!

    I am not sure why border color also changed but since we figured it out, you can remove custom CSS code from Quick CSS section and simply set header border color to #e1e1e1

    Best regards,
    Yigit

    EDIT: This should fix dropdown borders as well

    • This reply was modified 10 years, 2 months ago by Yigit.
    #218969
    This reply has been marked as private.
    #218973

    Hi!

    Please check “Alternate Background Color” and make sure it is set to #F8F8F8. Or you can add following code to Quick CSS

    .header_color .main_menu .menu ul li a:hover {
    background-color: #f8f8f8;
    }

    Best regards,
    Yigit

    #218974
    This reply has been marked as private.
    #218977

    Hi!

    You are welcome Creolerim, glad we could help! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Header styling problem’ is closed to new replies.