Hi,
Can you help me change the font size and colour on the scroll down arrows on my site?
Best,
Camilla
Hi there,
if you want to change the color and the size you can add this one here and replace the 145 and the color code:
#top .scroll-down-link{
font-size: 145px;
color: #293694;
}
Regards
Alex
Thanks. I added it to the quick CSS, but it does not work.
Can you see why? :-)
Hi Camilla,
is there something like
add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_add_to_cart', 10 );
in your quick css ?
afterwards follows the css for the scroll down icon but i think it´s not loaded as i can´t see it inspecting the element.
if the wooccommerce stuff is really there i think you need to add that to the bottom of your functions.php file not inside of the quick css.
If you are using a child theme could you please try adding the css there?
Regards
Alex
Hi Camilla88,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .scroll-down-link {
color: navy;
font-size: 84px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks a lot Victoria. I really appreciate it. :-)
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon