Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #99174
    phillycontemporary
    Participant

    Hi,

    I’m looking for CSS that will remove the underline from the hover state of both large and small Featured Content Grid titles.

    I’m also wondering if anyone knows a good way to put a transparent background behind the Large titles of the Featured Content Grid. Right now I’ve put in :
    background-color: rgba(225, 51, 138, 0.75);`
    for .entry-title, but the transparent background extends beyond the end of my titles.

    Site: http://philadelphiacontemporary.org/

    Thank you for any help you can offer!

    #99182
    Mahesh
    Keymaster

    @phillycontemporary: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-grid-content .col-large .entry-title a:hover {
        border: 2px solid transparent;
    }

    The background is extending beyond the end of the title as the word in the next line takes up some space. If you check the one with title “Abbot Adam: Matins/Lauds”, its perfectly fit. Whereas the title “Wreck” the background extends means, the background extend to certain some minimum width.
    Let me know if any problem.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Featured Content Grid Hover Underline + Add text background?’ is closed to new replies.