Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1102480

    Hi,
    Can you help me change the font size and colour on the scroll down arrows on my site?

    Best,
    Camilla

    #1102507

    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

    #1102577

    Thanks. I added it to the quick CSS, but it does not work.
    Can you see why? :-)

    #1102592

    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

    #1102975

    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

    #1103049

    Thanks a lot Victoria. I really appreciate it. :-)

    #1103088

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change font size and color on all scroll down arrows’ is closed to new replies.