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

    Hi guys,

    I know i am being lazy but can anyone give me a quick fix to;

    1) Remove the border lines between menu items and
    2) Remove the border line between the alternate header and menu and
    3) Add my social icons above the menu, as per the attached screenshot

    Flikk?

    These are the areas in question

    FYI, the page is here !

    Thanks in advance,

    regards

    AndrewJ

    • This topic was modified 10 years, 5 months ago by AndrewJ. Reason: Added page URL
    #272891

    Hi AndrewJ!

    1-2:

    div#header_main_alternate{
        border: 0 !important;
    }
    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a{
        border-width: 0 !important;
    }

    3. First include your social icons, then we can help you with the positioning.

    Regards,
    Josue

    #272934

    Works perfectly ! Thanks Josue.

    I(ll add the social icons and holler if I need any further help.

    regards

    AndrewJ

    EDIT: The default option from the Theme Options panel took care of the social icons question Josue; you can go ahead and close this thread now :-)

    Thanks for the great support!

    • This reply was modified 10 years, 5 months ago by AndrewJ.
    #272990

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Some Quick CSS Help please’ is closed to new replies.