How do I remove grey lines around menu in header 2

This topic has 21 replies, 4 voices, and was last updated 9 years, 1 months ago ago by Brian Johnson

  • Avatar: nikos
    nikos
    Participant
    March 1, 2015 at 23:37

    Hi

    How do i Remove grey lines around menu in header 2 of Legenda Topic.
    In addition I would like to ask, how can I align main menu items (e.g. home-shop-blog-contact) on the right side of the webpage instead of the center that are currently?

    Thank you,
    Nikos

    Please, contact administrator
    for this information.
    20 Answers
    Avatar: eduarrllc
    eduarrllc
    Participant
    March 2, 2015 at 07:07

    Hello, I cannot open a new ticket to get help in the Support Forum. I desperately need help. I was able to open a ticket a few days ago, and now I cannot. Please help me find where to go to open a support ticket/topic.

    The reason I need help, the navigation menu at the top of the screen has disappeared and I cannot get it back!

    My site: http://www.loudlenses.net
    The menu has been showing on every page at the very very top, then with you scroll down the pages the hover menu follows you and stays at the top of the page. All that is left is my hover menu, and my main menu at the op (that is supposed to stay static) is no longer there. What happened? How do I add my navigation menu again…. JUST LIKE IN THE WOOCOMMERCE THEME I PURCHASED. Thank you!

    Please, contact administrator
    for this information.
    Avatar: eduarrllc
    eduarrllc
    Participant
    March 2, 2015 at 07:10

    Hello, I cannot open a new ticket to get help in the Support Forum. I desperately need help. I was able to open a ticket a few days ago, and now I cannot. Please help me find where to go to open a support ticket/topic.

    The reason I need help, the navigation menu at the top of the screen has disappeared and I cannot get it back!

    My site: http://www.loudlenses.net
    The menu has been showing on every page at the very very top, then with you scroll down the pages the hover menu follows you and stays at the top of the page. All that is left is my hover menu, and my main menu at the op (that is supposed to stay static) is no longer there. What happened? How do I add my navigation menu again…. JUST LIKE IN THE WOOCOMMERCE THEME I PURCHASED. Thank you!

    Avatar: Brian Johnson
    Brian Johnson
    Member
    March 2, 2015 at 08:56

    Hello, Nicos.
    Please add following code into your custom.css:

    .main-nav .double-border{border:none !important}
    .main-nav{border:none !important;}
    .header-type-2 .main-nav .menu > li{float:right}

    How to create custom.css you can watch here

    With best regards
    Brian Johnson

    Avatar: Brian Johnson
    Brian Johnson
    Member
    March 2, 2015 at 08:58

    Hello, eduarrllc

    Please provide us with ftp and wp-admin credentials to resolve the issue.

    With best regards
    Brian Johnson

    Avatar: eduarrllc
    eduarrllc
    Participant
    March 2, 2015 at 15:04

    Please forgive me for such a basic question, but where do I find the ftp and the wp-admin credentials for you. I am sure the credentials for he wp-admin are simply my username and password for the W.P. Dashboard… correct? But what where can i find the requested FTP info? Thank you.

    Avatar: Brian Johnson
    Brian Johnson
    Member
    March 2, 2015 at 15:16

    Yes eduarrllc

    We can check basicly what caused your menu to disappear from the Wp-admin panel and ftp(your host provider should know this information) info can be very usefull in case additional attention is needed.

    With best regards
    Brian Johnson

    Avatar: eduarrllc
    eduarrllc
    Participant
    March 2, 2015 at 15:19

    Brian, Thank you sincerely for the quick response. Your support team is great. I will send you the information via the “private content” section as soon as I get it from my host provider. Allow me maybe 10 minutes.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 2, 2015 at 15:30

    Hello,

    Ok, looking forward to your reply.

    Regards,
    Robert Hall.

    Avatar: eduarrllc
    eduarrllc
    Participant
    March 2, 2015 at 15:33

    Brian, Below you will find the requested information (in the “Private Content” Message Body.

    Please, contact administrator
    for this information.
    Avatar: eduarrllc
    eduarrllc
    Participant
    March 2, 2015 at 15:35

    Hello Rober & Brian. I have sent the information in my last reply that I just sent 1 minute ago. Thanks for the help so far, Team!

    Avatar: Brian Johnson
    Brian Johnson
    Member
    March 2, 2015 at 16:17

    Hello, eduarrllc.

    I have repaired header.php file in wp-content/themes/woopress (added missing line)
    <?php get_template_part('headers/header-structure', $hstrucutre); ?>.
    Please check your site now.

    With best regards
    Brian Johnson

    Avatar: eduarrllc
    eduarrllc
    Participant
    March 2, 2015 at 16:40

    Brian, the website is 100% fixed, thanks to you. Tremendous. Thank you!

    Avatar: nikos
    nikos
    Participant
    March 2, 2015 at 16:42

    Hi and thanks for the prompt reply,
    in case I want to remove only the upper(top) lines from the menu, what part of the code should I use?

    Regarding the alignment on the right, the code worked, but it also reversed the order of the menu items. The proper order is : Home Page Shop Blog Portfolio Contacts
    but after the alignment change is : Contacts Portfolio Blog Shop Page Home.
    So how can I reverse the order of appearance?

    Thanks again for the response,
    Nikos.

    Avatar: eduarrllc
    eduarrllc
    Participant
    March 2, 2015 at 16:44

    Hello team,
    I did have one more quick question: Unfortunately, in this support forum I cannot start a new topic/ticket (That is why I have to add my issues on as “Replies” to other people’s topics/tickets). I have tried to activate my purchase code, but I receive the message that my purchase code has already been activated.

    Avatar: Brian Johnson
    Brian Johnson
    Member
    March 2, 2015 at 16:59

    To nicos

    Please change previously added first part of code to this one:

    .main-nav .double-border{border-top:none !important}
    .main-nav{border-top:none !important;}
    

    With best regards
    Brian Johnson

    Avatar: nikos
    nikos
    Participant
    March 2, 2015 at 17:18

    Thanks Brian,
    one last question and I will close the ticket :

    Regarding the alignment on the right, the code worked, but it also reversed the order of the menu items. The proper order is : Home Page Shop Blog Portfolio Contacts
    but after the alignment change the current order is : Contacts Portfolio Blog Shop Page Home.
    So how can I reverse the order of appearance?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 2, 2015 at 17:33

    Hello,

    Please try to add this code:

    .header-type-2 .main-nav .menu{
    text-align: right;
    }

    Regards,
    Robert Hall.

    Avatar: Brian Johnson
    Brian Johnson
    Member
    March 2, 2015 at 18:04

    To eduarrllc

    Please take a look on this screenshot http://i.imgur.com/Ayolb9y.png. This should help you to create new topic with purchase code question.

    With best regards
    Brian Johnson

    Avatar: nikos
    nikos
    Participant
    March 2, 2015 at 19:03

    Thanks a lot,
    all problems solved.

  • 1 2
    Viewing 20 results - 1 through 20 (of 21 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.