• Angelo

    (@angelo-benincasa)


    Hello,

    I changed the color of the menu and the links.
    I can not change the colors of the buttons (“ISCRIVITI”) and social icons via css.

    Please, can you help me?

    • This topic was modified 6 years, 8 months ago by Angelo.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, I see your site is hosted at WordPress.com. These forums are for those that self-host their own installation of WordPress software. The best place to seek help on your site is at?https://en.forums.wordpress.com/. Since you have one of the WordPress.com upgrade plans, you can also seek help via Live Chat at?https://wordpress.com/help/contact/.

    For the social icons, add the following to your custom CSS. I’ve included a hover rule which lightens the social icon slightly on hover, which mimics the button color behavior.

    .jetpack_widget_social_icons svg {
      color: #B8A41E;
    }
    .jetpack_widget_social_icons svg:hover {
      opacity: 0.8;
    }
    }

    The following will should change the color for all buttons on your site, which were originally set to the pink color.

    input[type="submit"] {
      background-color: #B8A41E;
    }
    Thread Starter Angelo

    (@angelo-benincasa)

    Thank you so much, you have been a great help!!!

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    You are welcome.

    Thread Starter Angelo

    (@angelo-benincasa)

    Hi,

    I have customized all the colors of the site via css with you, Sacredpath, but I can not customize the pink ones on this page (for example) -> https://omniarte.org/2018/05/22/il-nostro-allievo-davide-de-ciutiis-ammesso-a-study-in-cannes/

    – Category color
    – Previous / next post color
    – Author color

    Can you help me please.

    The blog I need help with is omniarte.org.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi, that page is coming up with a not found. I do see some ping links on your blog page and blog posts.This would take care of that for you.

    .cat-links a {
      color: #047aad;
    }

    I hadn’t noticed, but I see your site is hosted at WordPress.com. For sites hosted there, it is best to either contact us directly via Live Chat, or for CSS help, you can also post in the CSS forum there: https://en.forums.wordpress.com/forum/css-customization/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Social Media Icons and Button Color’ is closed to new replies.