- This topic has 5 replies, 3 voices, and was last updated 7 years, 4 months ago by Hash.
- AuthorPosts
- December 14, 2016 at 2:20 am #1372LAS87Participant
Is this possible? It is defaulting to gray and I would prefer blue.
December 20, 2016 at 8:55 am #1404AATParticipantHello,
I think you can do that by just editing your stylesheet (style.css).
First, go to left bar of your wordpress dashboard > Appearance > Editor > Stylesheet (its the last one)
Scroll down your stylesheet till you come across/*————————————————————–
## Featured Section
————————————————————–*/
#hs-featured-post-section{
background: #F6F6F6;
}replace the `#F6F6F6 with any color code you want.
Your can find what colour you want with google
December 20, 2016 at 9:13 pm #1406LAS87ParticipantThank you, but unfortunately this is all my css stylesheet shows. There is no code. I should note I’m using a child theme of Total.
/*
Theme Name: Total
Author: HashThemes
Author URI: https://hashthemes.com/wordpress-theme/total/
Template: total
Description: Total as its name suggest is a complete package theme with all the feature that you need to make a complete website. The theme has clean and elegant design with vibrant color(Theme Color Changable Option) and parallax sections. The home page consist of slider, featured section with icon, about us section with progress bar, portfolio section with masonary layout, team section, testimonial section, counter section, blog section with option to add 3, 6 or 9 blog posts, clients logo carousel slider and call to action section. The theme is fully responsive and is built on customizer that enable you to configure the website with live preview. The theme is SEO friendly, Cross browser compatible, fully translation ready and is compatible with WooCommerce and all other major plugins. DEMO: https://hashthemes.com/wordpress-theme/total/
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: total
Tags: two-columns, right-sidebar, custom-background, custom-menu, editor-style, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, portfolio, photography, holiday, custom-logo
*/December 22, 2016 at 11:11 pm #1444HashKeymasterThe best way is to use some custom CSS plugin or if you are on Latest version of WordPress, you will see a custom CSS field in the Customizer. Add the below CSS on it
#hs-featured-post-section{
background: #F6F6F6;
}Change #F6F6F6 to your desired hex color code.
January 27, 2017 at 12:16 am #1750LAS87ParticipantI can’t get any custom CSS plugin to work, I’ve tried several. When I enter in the CSS and hit Save nothing happens. I am using a child theme of Total – does that matter?
January 27, 2017 at 11:36 pm #1769HashKeymasterHi,
The latest version of WordPress has option to add the custom CSS by default. Go to Appearance -> Customizer and then Additional CSS tab.
- AuthorPosts
- You must be logged in to reply to this topic.