Home › Forums › All Other Themes › Section background color
- This topic has 6 replies, 2 voices, and was last updated 6 years, 7 months ago by
Forum Moderator.
-
AuthorPosts
-
October 7, 2016 at 2:36 am #48779
Theme: movers & packers
site: http://amplifiedcreative.com/blog/Home page:
-How do I change the background color of the “Why Choose Us Page for Section” section posts?
-Also, how do I make the images larger in the same section?screen shot: http://amplifiedcreative.com/blog/wp-content/uploads/2016/10/Capture-2.jpg
October 7, 2016 at 5:34 am #48794Hi Laura,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.three_column{background-color:#000000; height:auto; min-height:412px;}
.thumb_four_page{width:auto; height:auto;}Regards,
DaveOctober 7, 2016 at 5:49 pm #48865Thank you, the images got bigger, but the background color did not change. Here is what I changed color to, still light grey
.three_column{background-color:#42785a; height:auto; min-height:412px;}
.thumb_four_page{width:auto; height:auto;}October 10, 2016 at 6:23 am #48988Hi Laura,
Try this code:
.three_column{background-color:#42785a !important;}
Regards,
DaveOctober 10, 2016 at 5:36 pm #49102Thank you, it worked. Where do I change the font color of the secondary text (not the title) in the same section.
October 11, 2016 at 2:02 am #49118Also, where do I change the color of the hover font?
October 12, 2016 at 10:16 am #49258Hi Laura,
Kindly go to Appearance>>Theme Option>>Basic Setting you will find the color changing options.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.