Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] Remove Dotted Line Underneath Links (http://forum.bytesforall.com/showthread.php?t=21425)

sampb Jan 24, 2014 09:44 AM

[SOLVED] Remove Dotted Line Underneath Links
 
Hi,

Just installed Montezuma for my blog, brilliant theme, oh, and hi to all, new here :)

One little niggle I have which I can't seem to solve, and it's probably a simple fix. How do i remove the dotted line underneath the links when I hover over them. I've had a look in the CSS files but can't seem to find what I'm looking for.

Any help would be greatly appreciated

Many Thanks

Sam

juggledad Jan 24, 2014 01:13 PM

go to MTO->CSS Files->content.css and find this code
HTML Code:

.post-bodycopy a:hover,
.widget a:hover,
.singlenav a:hover,
.commentlist a:hover,
.logged-in-as a:hover {
        border-bottom-color: #0090d3;
        text-decoration:                none;
        color:                                        #0090d3;       
}

change the 'border-bottom-color: #0090d3;' to 'border-bottom-color: #ffffff;'

sampb Jan 24, 2014 04:10 PM

Many thanks, that did the trick :)


All times are GMT -6. The time now is 11:41 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.