Viewing 7 replies - 1 through 7 (of 7 total)
  • You can use your browsers Inspect Element tool to find the colors used in any area of a website, or even view entire CSS stylesheets.

    For example, the Green color is #2ea2cc and the header uses RGBA to create a semi-transparent color, like so:

    .home .site-header, .blog .site-header {
        background-color: rgba(36,38,41,0.4);
    }

    Hope this helps.

    Thread Starter alessiadigiacomo

    (@alessiadigiacomo)

    Many thanks for your reply!!!!

    The only problem is that I am not an expert user and I hoped Kathryn could give me support in the same way she did with another user that was asking the same question (but that was needing another color palette unfortunately), just producing for her the CSS to copy&paste.

    If someone could provide the CSS for me to copy & paste it would be just great!!!!!

    Hi Alessia,
    I think Kathryn supplied the CSS code for the color palette you need in an earlier thread a couple of months ago: see pastebin

    Thread Starter alessiadigiacomo

    (@alessiadigiacomo)

    Hi erfgoedhuis,

    The one u posted is exactly the CSS I was referring to!

    The only issue is that within that specific link she inserted a color palette that is not the one I need – because I need this one: https://adgsolution.wordpress.com

    Kathryn wrote to give her the real example of how the WP.com looks like in order for her to support in generating the same effect in WP.org providing the correct CSS.

    I hope she could support me in the same way…or even anybody else, if it is possible!

    Note: and by the way, I have the same issue regarding the font…I am not able to change it in WP.org and I would like to have it exactly how it looks in WP.com within the Home, About and Contact pages (https://adgsolution.wordpress.com)

    Hi Alessia,

    Do you need the white-bright blue color palette? Then Kathryn supplied the CSS code 2 months ago in the following pastebin: http://pastebin.com/dx03SzvK

    Kind regards,
    An

    Thread Starter alessiadigiacomo

    (@alessiadigiacomo)

    Thank you erfgoedhuis!!!!!!

    You are perfectly right and I did not realized it was the correct one!!!!

    Many thanks really!

    Now my only issue is that I need to change the color of the font within the header image from white to black…eeehhhkkkkkk….hope to succeed!

    Thx again,

    Alessia

    Hi Alessia,

    Now my only issue is that I need to change the color of the font within the header image from white to black…eeehhhkkkkkk….hope to succeed!

    Were you able to figure this one out? If you’re referring to the text that reads “The Extra Facet. Extraordinary experiences” then the following custom CSS will change it to black:

    .site-banner h1 {
        color: #000;
    }

    If that isn’t quite what you’re after, please start a new thread on this forum and we can help from there.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Dyad color palette to be changed in WP.org’ is closed to new replies.