• Specifically in Mystique.

    As you can see here, the widgets on the sidebar have the stock Mystique style to them. How would I go about changing that?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try editing the theme’s stylesheet?

    open up color-grey.css in your theme folder and find this to change background image

    .block h3.title, .block h3.title span, .block .block-div, .block .block-div-arrow {
    background-image:url("images/grey/block-title.png");
    }

    replace block-title.png with same-sized image or upload another image and call it in the block above.

    Thread Starter venn177

    (@venn177)

    Thanks mercime. n.n I assume I do that for the header, too.

    Thread Starter venn177

    (@venn177)

    Okay, so. Now that I know that, I need to know what else to do. The row that lists all of my pages, how can I edit one page button, but just one?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Widget Title Styles?’ is closed to new replies.