Few styles for Vertical Menu in Wordpress

kwartnik
5 Posts
kwartnik posted this 06 April 2016

I created vertical menu using Themler and want few styles for few menus.
I found that each menus have its own id - data-block-id for example data-block-id="vmenuwidget-2" and I try to use own css style but it dont work. My code:

<div class data-responsive-menu data-responsive-levels>
</div> <div class data-block-id>

</div> <div class>

            <h4>First header</h4>
        </div>

...
<div class data-responsive-menu data-responsive-levels>
</div> <div class data-block-id>

</div> <div class>

            <h4>Second Header</h4>
        </div>

....
<div class data-responsive-menu data-responsive-levels>
</div> <div class data-block-id>

</div> <div class>

            <h4>Third Header</h4>
        </div>

...

my css:

.bd-block-10.widget.vmenu#vmenuwidget-2 {

background: #000000;

}
.bd-block-10.widget.vmenu#vmenuwidget-3 {

background: #FFFFFF;

}
.bd-block-10.widget.vmenu#vmenuwidget-4 {

background: #F1F1F1;

}

Please help with this

I created vertical menu using Themler and want few styles for few menus. I found that each menus have its own id - data-block-id for example data-block-id="vmenuwidget-2" and I try to use own css style but it dont work. My code: &lt;div class data-responsive-menu data-responsive-levels&gt; &lt;/div&gt; &lt;div class data-block-id&gt; &lt;/div&gt; &lt;div class&gt; <h4>First header</h4> </div> ... &lt;div class data-responsive-menu data-responsive-levels&gt; &lt;/div&gt; &lt;div class data-block-id&gt; &lt;/div&gt; &lt;div class&gt; <h4>Second Header</h4> </div> .... &lt;div class data-responsive-menu data-responsive-levels&gt; &lt;/div&gt; &lt;div class data-block-id&gt; &lt;/div&gt; &lt;div class&gt; <h4>Third Header</h4> </div> ... my css: .bd-block-10.widget.vmenu#vmenuwidget-2 { background: #000000; } .bd-block-10.widget.vmenu#vmenuwidget-3 { background: #FFFFFF; } .bd-block-10.widget.vmenu#vmenuwidget-4 { background: #F1F1F1; } Please help with this
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 11 April 2016

Hello,
actually Themler does not allow to specify different styles for different Vertical Menu controls on the same template.
Please provide link to your live page and access to WP admin back end, we'll check what could be done about it

regards,
Aileen

Hello, actually Themler does not allow to specify different styles for different Vertical Menu controls on the same template. Please provide link to your live page and access to WP admin back end, we'll check what could be done about it regards, Aileen
You must log in or register to leave comments