Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #529780

    when i am making some text on my website as link they a underline automatically appears underneath it.
    I just want to remove it. Can you help me with it?

    #530199

    Hi shubhamnagar!

    If you would like to remove all underlines from links, please use following code

    a { text-decoration: none !important; }

    If that does not work or you would like to remove it from certain elements, please post the link to your website and point out the elements

    Best regards,
    Yigit

    #530545

    Hi Yigit,

    Thanks a lot it worked fine.
    I have also read some of your other post You are doing a fine job its really Helpful.
    Thanks again

    #530653

    Hi Yigit

    I checked it once again I found One problem in it like i want it to become Underlined again on mouse hover.
    And I am sorry I forget to mention it earlier.

    #530683

    Hey!

    Thank you for your kind words :)

    Can you please post the link to your page and point out the elements that you would like to have underlined on hover?

    Cheers!
    Yigit

    #530714

    Hi Yigit

    I don’t want some specific links to underline on hover all the links should do that.

    #530719

    Hey!

    Please remove the first code i posted and use following instead

    #top .av_inherit_color a, #top .custom-color-heading a { text-decoration: none; }
    #top .av_inherit_color a, #top .custom-color-heading a:hover { text-decoration: underline; }

    Regards,
    Yigit

    #530757

    Hi Yigit

    Its not working fine with all the links on my website. Can you please check that?

    Also I used your code .av-main-nav > li > a > .avia-menu-text { position: relative; top: 50px; }
    to move the menu text down it worked but can i use a coloured bar behind it.
    just like the sub menu but of different color

    #530769

    I want it to look like its on my page but using the main menu only.
    phone no should appear there and menu text underneqath that

    #531357

    hi

    #531770

    Hi

    Can you help me with the issue?

    #531771

    Hey!

    Start by setting the Menu and Logo Position settings to Logo left, menu below on Enfold > Header panel. You can then add css modifications in the Quick CSS field. Example:

    #header_main_alternate {
        background: blue;
    }

    Regards,
    Ismael

    #531776

    Hi

    Thanks Ismael for the reply.

    But it not doing the required thing you can visit the website and check

    • This reply was modified 8 years, 4 months ago by shubhamnagar.
    #532384

    Hi

    Can you please help me to solve the header issue.

    #532757
Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘the links in my website are appearing as underlined i dont want that’ is closed to new replies.