CHANGING COLORS OF HEADLINES AND BUTTONS APOSTROPHE

  • Unknown's avatar

    Hello Support Team, I need your help to finish the configuration of my blog to finally migrate it to wordpress.org. I would like to change the color of Headlines and Buttons from the current blue to #FFAF00 (ORANGE).
    I appreciate if you can send me the CSS codes for that. (I was able to change the sidebar and need also to know if this code must be added in the same area).
    Tks,

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi,
    I have visited your blog, the color of the heading and buttons which you have given as a link can be change by using following css

    a:link {
        color: #FFAF00;
    }

    Thanks,
    Aakash Patel

  • Unknown's avatar

    Hi Askash, I did what you recommended, but what I changed was the color of the texts of the menu and inside the buttons. I don’t want anything in blue, all the blue must be changed for the new color #FFAF00. I believe is another command that I need to do.

    Thanks,

    Anna

  • Unknown's avatar

    Hi Askash, I could manage by myself looking for the answer in the forum. I did the following:

    a:link {
    color: #000;
    }
    .entry-meta {
    background: #FFAF00;
    }

    .blog .entry-title a {
    color: #F72B1E;

    The website is fixed. Can you help me with another doubt? I need to change fonts for two specific types of the brand, Ecoshmithscript-regular and ALSSchlangeslab.off. Can you help me on that? Both fonts are saved in my computer.

    Thanks, Anna

  • Unknown's avatar

    Hi Anna,

    I need to change fonts for two specific types of the brand, Ecoshmithscript-regular and ALSSchlangeslab.off. Can you help me on that? Both fonts are saved in my computer.

    At WordPress.com, we cannot add fonts from outside sources. As far as fonts that are installed on your computer, we have to keep in mind that there is only a small collection of fonts that are installed cross-platform (Mac, Windows, Linux, etc.). If you specify a font that is installed on your computer, but not on the computers of your visitors, you will see the font, but the browser on your visitor’s computer will substitute either the standard serif or sans-serif font.

    You are allowed to choose two custom fonts from Customize > Fonts for Headings and the Base Font.

  • The topic ‘CHANGING COLORS OF HEADLINES AND BUTTONS APOSTROPHE’ is closed to new replies.