Home Forums Total Change background color in Service section?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1372
    LAS87
    Participant

    Is this possible? It is defaulting to gray and I would prefer blue.

    #1404
    AAT
    Participant

    Hello,

    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

    #1406
    LAS87
    Participant

    Thank 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
    */

    #1444
    Hash
    Keymaster

    The 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.

    #1750
    LAS87
    Participant

    I 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?

    #1769
    Hash
    Keymaster

    Hi,

    The latest version of WordPress has option to add the custom CSS by default. Go to Appearance -> Customizer and then Additional CSS tab.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.