• Resolved kreatifbuzz

    (@kreatifbuzz)


    Hi,
    how to change sidebar title text with different image?

    I’ve tried put this code into my css :

    .widget_links h2 {
    text-indent: -9999px;
    background-image: url('https://kreatifbuzz.com/template/blogroll_blue.png');
    display: block;
    width: 100px;
    height: 100px;
    }

    but nothing happened.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    I use Twenty Ten, the default theme.

    This what I have for that purpose, and see if it gives you any idea:

    .widget-title {
    	color: #222;
    	font-weight: 800;
    	font-size:130%;
    	margin-bottom:7px;
    	background: url('/images/widgetsidebar.png') no-repeat left top;
    	padding:6px 0 8px 11px;
    }
    Thread Starter kreatifbuzz

    (@kreatifbuzz)

    Thanks t-p,

    Im done with this code :

    .widget_recent_entries h2 {
    text-indent: -9999px;
    background-image: url('IMAGE URL');
    display: block;
    width: 260px;
    margin: 15px 0 10px 0;
    height: 50px;
    }

    Solved ??

    Moderator t-p

    (@t-p)

    Glad you got it working. ??

    Please mark this thread “resolved” using the dropdown in the right panel.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change sidebar title’ is closed to new replies.