• Could someone tell me how to style the link for the widgets, this is normally a simple process but i can’t seem to figure it out, any help would be greatly appreciated thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • What specifically are you trying to do? It would be helpful if you could post a link to your website, too.

    Thread Starter 757Design

    (@757design)

    i have the theme hosted here for some reason i can’t find the element that controls the widgets for some reason could you point me in the right direction?

    I’m sorry, but I’m still not clear on what you’re trying to accomplish. Are you trying to edit the lower part of the page (where it says “About Me”, “Design Lab”, “Services”, etc.)?

    Thread Starter 757Design

    (@757design)

    Yes

    Thread Starter 757Design

    (@757design)

    ?

    Sorry, I didn’t see this until just now. Get a custom CSS plugin and try this:

    #footermenu ul li a {
        color: #FFFFFF;
    }
    
    #footermenu ul li a:hover {
        color: #222222;
    }

    The first part of that code changes the color of the link text, and the second part changes the color of the link text when you hover your mouse pointer over it. Obviously, you’d want to change the colors to whatever you’d like them to be.

    Thread Starter 757Design

    (@757design)

    Thank you! really appreciate it

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Styling widgets’ is closed to new replies.