Help with Neo-Sapien by Small Potato theme

  • Hi guys,
    I know that you will direct me elsewhere or tell me to learn CSS code but I am trying my luck .
    I have been mucking around with trying to edit Neo-Sapien by Small Potato theme so that it does not have every single damn link, page, category underlined and I thought it would be as simple as changing the “underline” to “none” in the CSS code.

    Well that does not seem to work, it seems that when I change one or all to “none” my page looses it’s thick red line and some gradiants on main menu tabs.

    Has anyone tried to successfully edit this theme? Please help!

  • Look for “hover” in your stylesheet.

  • and what do I do with that?
    I want actually links underliend for hover
    and not underlined when normally viewed

    it does not seem to work when I change it though – the look of the theme goes

  • Here you go. This will change all the links in posts, including the metadata links. I simply remarked out the parts to change to make it easier for you to find them.

    }
    
    a {
    	text-decoration:none /*underline*/;
    	color:#fff;
    }
    
    a:hover {
    	text-decoration:underline /*none*/;
    }
  • I have changed it as instructed (thank you) but this still does not solve my problem
    you see my problem is that I can change the current underlined text into not underlined – fine
    what gets messed up is the look of the page – I seem to lose the thick red horisontal line when I do that

  • Now I understand. It’s been so busy in the forum you probably missed tsp’s last reply to you:

    https://en.forums.wordpress.com/topic.php?id=25458&replies=6#post-183644

    If that red bar behaves the way header images do after a CSS change (and I suspect it does) you will indeed need to enter the absolute url for it.

  • where would I enter this?
    I did see that but I did not understand where to do it

  • ok I fixed this problem and added a link for that image (btw where did you get that from?)
    now I got a problem that grey tabs that originally were gradients are plain grey

    is there another image that I need to get? and where do I find it?

  • The topic ‘Help with Neo-Sapien by Small Potato theme’ is closed to new replies.