ROWS MOBILE VERSION

Posted in: Newspaper
Post count: 11

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

Post count: 22421

Hello,

Sorry but the mobile version cannot withstand 2 columns. Only 1 column can be used on mobiles.

Thank you!

Post count: 11

Ok, and the other question.. How can I change the color of the arrow icon in block 3 of the theme?

Post count: 22421

Hi,
You can use this css code to change the next and prev icons on a block 3:

.td_block_3 .td-next-prev-wrap a{
color:red;
border-color:red;
}

Thank you!

Post count: 11

Thank you! and the hover color?

Post count: 22421

For the hover color, you can use this code:

.td-next-prev-wrap a:hover{
background-color:green;
}

You can change the color of the code of course.

Thank you!

Post count: 11

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

Post count: 20688

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

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.