• Resolved Emmet45

    (@emmet45)


    How can you put an image behind the sidebar titles? Like a button behind each of the sidebar titles, with the text titles intact? And i don’t just mean add a color behind the text, i mean a background image behind the title text.

    I am using the Twenty Twelve theme.

    I don’t know if i’m a bit confusing, but this is basically what i mean:
    https://img850.imageshack.us/img850/8039/chang.jpg

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you familiar with CSS?

    Thread Starter Emmet45

    (@emmet45)

    Somewhat familiar. I mean, i know how i would put an image behind a text in general, but not how to code it to be able to appear behind the titles in the sidebar.

    All widget titles have a class named “widget-title”. Just add style for heading in style.css:

    .widget-title {
    border: 1px solid #666;
    background-color: #ccc;
    padding: 5px;
    }
    Thread Starter Emmet45

    (@emmet45)

    Thank you so much frizax!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Background image behind title text in sidebar?’ is closed to new replies.