Custom CSS Issues

Tagged: 

This topic has been marked as resolved.

Hello,

I am using the option to add custom CSS to a DIV i’ve added to common/header.tpl.

The custom CSS is:

.af_headernotices {
  background-color: ce000c;
  width: 100%;
  height: 50px;
}

And the HTML is

<div class="af_headernotices">
test
</div>

Which should in theory produce a 100% width red bar with 50px height. The width and height are displayed correctly but it does not seem to take any notice of background-color.

Can you please advise me how to get round this issue?

Thank you

March 12, 2015 at 10:40 am #39203

Hi,

replace:

background-color: ce000c;

by:

background-color: #ce000c;

Best regards,

Toni | Maskezapatos.com

  • This reply was modified 3339 days ago by  toni_sbd.
March 12, 2015 at 1:58 pm #39211

Hi,

As toni_sbd has written, you need to put the correct color value.

BR,
ThemeBurn team

March 16, 2015 at 5:10 pm #39311
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.