Element style changes needed

Posted in: Newspaper
Post count: 3

Hello,

I need some changes in the blog classic demo:

1-2 Change the default beige color.
3- Change de box background color.
4- Change and reverse colors the order (first red, hover gray)

I attached a picture to see the points: http://www.harmonie.com.ar/blog-colors.jpg

Thanks a lot and best regards

Post count: 22421

Hi,

1) – 2) The default beige color is set form the theme panel as a theme general accent color here: http://screencast.com/t/B0ioJvXAua
3) You can change the block title background color from here: http://screencast.com/t/2LqnRTpVNj
4) You can change the background and hover color for the submit button with this custom css:
.form-submit input[type=submit]{
background-color:red;
}
input[type=submit]:hover{
background-color:grey
}

Thank you!

Post count: 3

Hi Bogdan,

Thank you very much. I solved everything except 1 and 2 items. I changed the color but still does not work. I even tried deleting the style.css child theme. I still see the beige texts: http://www.harmonie.com.ar/blog-colors.jpg
I don’t know why it does not work. Perhaps using css. Could you please help me?

Thanks a lot!

P.s. by the way, excellent theme panel!!

Post count: 22421

Hi,

There are also inline styles applied to the demo content. This can be seen when you edit a post in text mode: http://screencast.com/t/Z5N3RTkRemVH
The sidebar titles background colors are added in the block settings in the widgets area: http://screencast.com/t/84Ns2ff770Jp

Thank you!

Post count: 3

Hi Bogdan,

Works perfect! Thank you so much!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.