• Resolved Ukrshadow

    (@ukrshadow)


    Hello people.
    I need help.
    I have a free version of Virtue is the problem.
    I need to change the background drop menu, but I can not do that. Here, he writes in style.css

    / *
    Theme Name: Virtue
    Theme URI: http://kadencethemes.com/product/virtue-free-theme/
    Description: The Virtue theme is extremely versatile with tons of options, easy to customize and loaded with great features. The clean modern design is built with html5 and css3 and uses the powerful responsive framework from Bootstrap to be a fully responsive and mobile friendly. It’s fully ecommerce (Woocommerce) ready with all the tools you need to design an awesome online store. The versatile design is perfect for any kind of business, online store, portfolio or personal site. We built Virtue with a powerful options panel where you can set things like your home layout, sliders, custom fonts, and completely customize your look without writing any CSS. You are going to love how easy this theme is to work with. Virtue was built and designed by Kadence Themes .
    Version: 2.2.1
    Author: Kadence Themes
    Author URI: http://kadencethemes.com/
    Tags: responsive-layout, two-columns, one-column, custom-colors, custom-header, custom-menu, featured-images, translation-ready, theme-options, photoblogging

    License: GNU General Public License v3.0
    License URI: http://www.gnu.org/licenses/gpl.html
    * /

    I can change the background of the drop menu? How?

Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hey, changing the color of the drop menu is only an option for Virtue premium, not free.
    Here’s some css that should work for you. Just paste it into your custom css box in theme options > advanced settings:

    #nav-main ul.sf-menu ul li a {
    background: #555;
    }

    Hope this helps!
    Hannah

    You can add this css to your custom css box:

    .sf-menu ul {
    background: #555;
    }

    That will change the dropdown background color.

    Kadence Themes

    Thread Starter Ukrshadow

    (@ukrshadow)

    Thank you!!

    Why is the style.css file completely empty in virtue??? From where does all the styling come from then????
    I can’t find it anywhere…

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Style.css Virtue’ is closed to new replies.