-
AuthorPosts
-
November 4, 2015 at 8:35 am #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?November 4, 2015 at 4:42 pm #530199Hi 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,
YigitNovember 5, 2015 at 7:27 am #530545Hi 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 againNovember 5, 2015 at 11:02 am #530653Hi 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.November 5, 2015 at 11:36 am #530683Hey!
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!
YigitNovember 5, 2015 at 12:13 pm #530714Hi Yigit
I don’t want some specific links to underline on hover all the links should do that.
November 5, 2015 at 12:23 pm #530719Hey!
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,
YigitNovember 5, 2015 at 1:30 pm #530757Hi 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 colorNovember 5, 2015 at 1:59 pm #530769I want it to look like its on my page but using the main menu only.
phone no should appear there and menu text underneqath thatNovember 6, 2015 at 8:33 am #531357November 7, 2015 at 7:49 am #531770Hi
Can you help me with the issue?
November 7, 2015 at 7:50 am #531771Hey!
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,
IsmaelNovember 7, 2015 at 7:58 am #531776Hi
Thanks Ismael for the reply.
But it not doing the required thing you can visit the website and check
- This reply was modified 9 years, 1 month ago by shubhamnagar.
November 9, 2015 at 7:15 am #532384Hi
Can you please help me to solve the header issue.
November 9, 2015 at 5:04 pm #532757Hey!
Replied you here – https://kriesi.at/support/topic/want-some-customization-with-the-header/#post-532639 :)
Regards,
Yigit -
AuthorPosts
- The topic ‘the links in my website are appearing as underlined i dont want that’ is closed to new replies.