Adding Bullet points and Hover event

Home Forums Support Adding Bullet points and Hover event


Hi,

I have further two questions.

1. Why are bullet points not displayed in the Reveka Template? There is no chance to add them, also if using the following class from the uikit
<ul class="uk-list uk-list-bullet">...</ul>

2. How to add an hover event (i.e. color #333) to the dotnav bar in the upper right corner (on my site) ?

Many thanks

  • This topic was modified 54 years, 4 months ago by .

1. Uikit2 does not support bullet css class
You can use css code for uk-list-bullet

.uk-list-bullet>li{position:relative;padding-left:calc(1.5em + 10px)}
.uk-list-bullet>li::before{content:"";position:absolute;top:0;left:0;width:1.5em;height:1.5em;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:50% 50%;display:block}

2. Try this
a.dropdown-button:hover i {
color: red;
}


1. Is it possible to update it to v3?
2. Fixed! Thanks for that 🙂


Version 3 developed by yootheme and already supported. We will update reveka to the new template framework (helix ultimate) and uikit3 soon.


That’s great news 🙂
I just hope that the compatibility remains guaranteed, when replacing the Warp7 > Helix framework.
I’m counting on you guys.

Many thanks!


Hi Belim,
SURE, we are working hard to add J4 ready for all warp 7 based themes 🙂

You must be logged in to reply to this topic.