Customising colours


Home Forums Front End PM PRO Customising colours

This topic is: Not Resolved
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #8303
    Ana Benedict
    Participant

    Hi, I have managed to install the plugin and all is working well. I am not a developer and have no knowledge of css at all, so customising the colours of the buttons and other elements to match my theme is not possible for me this way without an idiot’s step by step guide. Would it be possible to add a feature either to the plugin settings or via appearance > customise to allow for such changes to be made please? Any help with this would be very appreciated.

    #8314
    Shamim Hasan
    Keymaster

    What button color you want? I can assist you for some css changes.

    #8322
    Ana Benedict
    Participant
    This reply has been marked as private.
    #8364
    Shamim Hasan
    Keymaster

    Please add following code in Front End PM PRO > Settings > General > Custom CSS

    
    .fep-button {
    	background-color: #ffffff !important;
    }
    .fep-button-active {
    	background-color: #b5b5b5 !important;
    }
    .fep-success {
    	background-color: #b5b5b5 !important;
    }
    #fep-header, #fep-content, #fep-footer {
    	border: 1px solid #333333;
    }
    
    #8451
    Ana Benedict
    Participant
    This reply has been marked as private.
    #8456
    Ana Benedict
    Participant

    Another screenshot

    #8459
    Ana Benedict
    Participant
    This reply has been marked as private.
    #8475
    Shamim Hasan
    Keymaster

    You can add border-color: #333333 !important; after background-color line in above code.

Viewing 8 posts - 1 through 8 (of 8 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.