• Resolved juanwp22

    (@juanwp22)


    Good evening I just installed the plugin as it is recommended on the website of my template (Generatepress) and I could place it but I can not change the color, I need to put in red the youtube icon to make it more striking and I’m not an expert in CSS but if someone tells me or pass me a link I can learn quickly.

    Thank you very much.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter juanwp22

    (@juanwp22)

    Some help?

    Hi, @juanwp22!

    Sorry for the delay in response!

    To change the color of the Youtube icon, please insert the code below in the Additional CSS section within the Customizer.

    .dashicons-video-alt3 {
    color: red;
    }

    Let me know how this worked for you!
    Have a nice day!

    Thread Starter juanwp22

    (@juanwp22)

    Thanks for replying I am new to CSS, where is the file to add the code.

    To open the Customizer, you have to click on Appearance and then on Customize, as you can see here. After this, you have to go to the Additional CSS section and write the code there, as you can see here. Please make sure you click on Publish after you are done editing so the changes made will be saved!

    Have a nice day!

    Thread Starter juanwp22

    (@juanwp22)

    Thank you very much for the answer and patience it worked perfectly!!!. If in the future I want to give color to other icons where can I get the name of the icon.

    I am glad it worked!

    The label of the icon can be found by right clicking on the icon, in the source code of the page, in the “class” tag of the element, as it can be seen here.

    Thread Starter juanwp22

    (@juanwp22)

    Thanks for all.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change Color in button’ is closed to new replies.