• Resolved TerribleTim68

    (@terribletim68)


    Hi Adam,
    Love the plug-in, I use it a ton. Only one quick question. is there a way to set default settings such as the color? I have a given color I like to use for my page, but I end up needing to go back and edit a previous post so I can copy the color code and then paste it in the new post. Is there a way to set it as a default color so I don’t have to do that every time?

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

Viewing 1 replies (of 1 total)
  • Plugin Author Adam DeHaven

    (@adamdehaven)

    In order to globally override the default border color, just add the CSS snippet below to your theme. Update the #eeeeee HEX color code with the HEX color of your choosing.

    .pullquote-align-left,
    .pullquote-align-right,
    .pullquote-align-full {
      border-color: #eeeeee !important; /* Change to your desired HEX color */
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Default Settings’ is closed to new replies.