• Please note that our support is not available weekly from : Thursday 15:00 (GMT+2) to Saturday 13:00 (GMT+2)

Purchased Ideal 2.1. How to change hover background color?

New Member
You have a setting for Forums and Discussion Lists that changes color upon hover. How do you change the color of the background?

c4Y13zX.png
 
Staff member
sorry to be late on reply
i think this option is missing in iDeal 2.1 and it was noted to be added in next update
so for now you can change color by search this code
Code:
.nodeList .categoryForumNodeInfo:hover,
.nodeList .forumNodeInfo:hover,
.nodeList .pageNodeInfo:hover,
.nodeList .linkNodeInfo:hover {

and replace "background-color:" value

or you can contact our support : support@dohtheme.com

to get make it for you :)
 
New Member
No worries, happy new year and all that XD

Yeah in the next update I would definitely appreciate more color options so far used CSS to style it to my liking.
 
New Member
sorry to be late on reply
i think this option is missing in iDeal 2.1 and it was noted to be added in next update
so for now you can change color by search this code


Code:

.nodeList .categoryForumNodeInfo:hover,
.nodeList .forumNodeInfo:hover,
.nodeList .pageNodeInfo:hover,
.nodeList .linkNodeInfo:hover {


and replace "background-color:" value
or you can contact our support : support@dohtheme.com
to know how to find hidden spy apps on android: click here and to get make it for you
Thanks, that why i come here.
 
Last edited:
Top