Good morning, how could I place 2 columns within a row for the mobile version?
See example on my website: https://www.todosobrealopecia.com
(would be to place rows of 2 icons each)
And another question, to change the color of the arrow icon in block 3 of the theme?
Thank you very much
Ok, and the other question.. How can I change the color of the arrow icon in block 3 of the theme?
I’m sorry, but the color for the hover does not come out or something I’ve done wrong.
This is the code that I have put:
.td_block_3 .td-next-prev-wrap to {color: #143a52; border-color: #143a52;}
.td_block_3 .td-next-prev-wrap a: hover {color: #229fd7}
Thanks
Hi,
The first code provided by Bogdan has this result
– https://www.screencast.com/t/AVBQYfnl
The arrow color and border are changed to a color of your choosing. Now, if you want these colors to change on hover, use something like this
– https://www.screencast.com/t/NOJJkYRW
.td_block_3 .td-next-prev-wrap a:hover{
color:yellow;
border-color:yellow;
}
If this is not what you need, some more details would be helpful,. I will think of a different solution depending on what exactly you need.
Thanks