Viewing 5 replies - 1 through 5 (of 5 total)
  • Can you clarify what you’re trying to accomplish? When I look at your site and the JSFiddle you posted, the HTML structure looks the same to me.

    Thread Starter lRlevolution

    (@lrlevolution)

    I want to link the entire div portion of the home left box, currently it only has a hover over it and it doesn’t link the entire box.

    Since you already have a custom CSS plugin, try adding this code and see if that looks the way you’d like:

    .home-left-container:hover .home-left {
    	background: #216CB4;
    }
    
    .home-left-container:hover .home-titles {
    	color: #FFF;
    }
    Thread Starter lRlevolution

    (@lrlevolution)

    I have it the way I want it to look. I just want it to where you hover over it its not only hovering but its also links to the page where it says learn more. does that make sense? sorry I’m new to this whole thing.

    I’m sorry, but as I don’t have access to the code of your theme, I can’t be too helpful on that regard. Since you already seem to know what code you need to use, I would suggest asking whomever designed your theme.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to add html to custom widget built into pages themselves’ is closed to new replies.