Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter beisbolct

    (@beisbolct)

    I actually figured it out on my own.

    dude. how?

    otronix,

    In order to do that you need some knowledge with CSS. Some tips:

    1. Assign a CSS class to your template tags like this:

    <p class="myclass">...</p>

    and define myclass in your CSS file.

    2. Assign a background color with inline CSS like this:

    <p style="background-color: #F0F0F0;">...</p>

    where #F0F0F0 is hexadecimal value of the color of your choice.

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: AsideShop] Background color’ is closed to new replies.