• Resolved lamourcheznous

    (@lamourcheznous)


    Hi all,

    I’m wondering how to get rid of some of my widget titles. I inserted my own titles with images with some basic html, so the title “archives”, for example, is redundant. I got rid of the titles for things like Blog Subscriptions just by deleting the title in the widget, but these ones seem to automatically stay, regardless if I alter the widget title or not:

    Archives
    Categories

    Would anyone be able to help me out with this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • I think this may work:

    #archives-3 {
       background-image: url("https://lamourcheznous.com/wp-content/uploads/2013/06/The-vault.jpg");
    }
    
    #archives-3 h3 {
       visibility: hidden;
    }

    Obviously, that isn’t the right image but I used that one to test it on your site using Firebug – so change that file path…

    Thread Starter lamourcheznous

    (@lamourcheznous)

    Oh that worked! Now there’s just a lot of space between the title image and archive text.

    Thread Starter lamourcheznous

    (@lamourcheznous)

    I assume I just need to follow the same process to get rid of the categories title too?

    Yep, looks like you got that? The space seems to be the bottom margin here:

    .widget-area .widget {
        margin-bottom: 3.42857rem;
    }

    Thread Starter lamourcheznous

    (@lamourcheznous)

    Interesting. Now I know how to alter it so I’ll do some trial and error to get it to the right spot. Thanks WPyogi!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Replacing Widget Titles with an Image’ is closed to new replies.