Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #777827

    The options for “predefined color scheme” do not offer the specific colour I need, site wide. I am currently using ‘Splash Red’ but I need a certain pink colour. I need to create a specific “predefined color scheme” to keep in with the client’s visual identity. Many thanks

    #777924

    Hey stulan68,

    If you are familiar with the language this can be done pretty simply through css.

    Best regards,
    Jordan Shannon

    #778117

    Thanks Jordan, Yes I am familiar with editing CSS. Do you know how I would locate the specific styles that I need to modify in order to display my chosen colour? Thanks. S

    #778133

    Hi,

    You can change some colors adding this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    ::selection {
      background: #ffb7b7; /* WebKit/Blink Browsers */
    }
    ::-moz-selection {
      background: #ffb7b7; /* Gecko Browsers */
    }
    

    Best regards,
    John Torvik

    #778237

    Thanks John, will try that and let you know how I get on. Many thanks :)

    #778401

    Hi,

    Great, thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.