Hello and thank you for the theme.
Excuse me, if somewhere in the forum there was a similar question but I didnt find it.Im making a homepage with viscomposer and want to make that way: when I put my mouse on text link in BLOCK9 it will change color on white.
Also is it possible to change the color of border that separates links from each other in BLOCK9 on black, for example?
Thanks!
Hello Ar_farazon,
Please provide your website URL so I can inspect it closer and also, so I will be able to provide a more accurate response in this regard. Also, it is more useful for me if you provide some screenshots with the exact place you need to change, for good understanding.
Thank you for the message!
Hi!
Thank you for your answer. Now Im making website firstly on my local host before putting it on a server and change theme, so I cant give you website URL, but I made a screen with my comments. Please, take a look here.
Hello Ar_farazon,
If you want to change the color of this border, you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_module_8 {
border-bottom: 1px solid black;
}
The result you should see here -> http://screencast.com/t/9et3Aq2n0
Notice: If you want to have the same structure of the border, your have to replace the solid attribute with dashed, like this -> http://screencast.com/t/D5wY6swDI
Thank you for the message!
Hello! And can you please also write me code how to change the color of links on hover in this block? Thanks.
I`ve already made it by myself))
.td_module_8:hover a{
color:#ffffff!important;
}
Thanks!
-
This reply was modified 10 years by
Ar_farazon.
-
This reply was modified 10 years by
Ar_farazon.