Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Coding Our Web

    (@codingourweb)

    Do you have a site address for me so I can have a look, what style is blocking your theme’s anchor tag css?

    Thread Starter UltimateSites

    (@ideafaktory)

    Yes, it’s ideafaktory.com. The boxes are at the top of landing page, but I cannot differentiate links. I want the link color to change on hover or be able to style them to look like other links on the site. Thanks for your help!

    Plugin Author Coding Our Web

    (@codingourweb)

    What happens when you specify another template, e.g. general-7 ? Do the links show up okay in that case?

    Thread Starter UltimateSites

    (@ideafaktory)

    Same thing. No matter what I put there, the boxes seem to override my formatting. Not sure what to do.

    Plugin Author Coding Our Web

    (@codingourweb)

    Maybe we should approach it from the other side. Add the site styling to the boxes. Something like:

    .block_content a {
       color: #your-color;
       text-decoration: your-decoration;
    }
    
    .block_content a:hover {
       color: #your-color;
       text-decoration: your-decoration;
    }

    When you add the above code to boxer.syle.css it will apply for all boxes.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP Boxer] Can you change text hover color?’ is closed to new replies.