Okay
  Public Ticket #1612372
change color of arrow up
Closed

Comments

  • psteinhofer started the conversation

    Hi Alex,

    how can I change the color of the arrow to jump up.

    best,

    Patrick

  •  608
    WordPress replied

    Hi,

    You can install and active child theme, Then, You can edit color code #ff2759 and add style in child theme.

    body .scroll-to-top{
        border-color: #ff2759;
        color: #ff2759;
    }
    Thanks!

    Alex Vũ


  • psteinhofer replied

    Hi Alex,

    what do you mean with install and activate child theme? Do I need to delte the main theme then?

    I also want to change the color of the "submit" button and of the hover in the header. Actually I want everything what is blue now in red (#9b2320). Where can I change this? I did not find anything in the general color options.

    best,

    Patrick

  •  608
    WordPress replied

    Hi,

    Child theme for you to customize from parent theme without deleting parent theme. When you update the parent theme from themeforet it will not affect the code you have modified in the child theme.

    Change color: Riven Option -> Generall -> Skin -> Active comile Css


    and Tab Skill -> Generall -> Choose Color primary



  • psteinhofer replied

    Hi Alex,

    great. Thank you very much.

    best,

    Patrick