Front End Pro – Look


Home Forums Front End PM PRO Front End Pro – Look

This topic is: Resolved
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #23175
    Adam Gillett
    Participant

    Hello, I am looking to make the send message page a little smarter, is there a way I can make the text boxes rounded and amend the formatting button colours to something else other than black please? I think its inheriting the theme settings but the choices I make in the appearance tab makes no difference. I would like to make the buttons a light grey with the text inside the buttons a dark grey or black text. Is this possible please?

    #23189
    Shamim Hasan
    Keymaster

    If appearance tab make no difference that means your theme is overriding this.
    Can you please give me HEX color code what color you want? You can go to appearance tab and select your color. Then there you will see a 6 digit code eg. #FFFFFF, give me that so that i can write code for you.

    #23364
    Adam Gillett
    Participant

    Hi, I think it is the background color which is over-riding the text editor buttons as they appear black in line with the background colour I have set in the theme.

    What I would like to do is change the background color to #DDDDDD please. This then gives me grey buttons but they stand out quite well. Cheers.

    #23372
    Shamim Hasan
    Keymaster

    I have added a new filter for this purpose in latest version of the plugin.
    Please update this plugin to latest version (10.1.6) then add following code in your theme’s (child theme’s if you are using) functions.php

    add_filter( 'fep_add_important_to_inline_css', '__return_true' );
    

    Now change settings in Appearance tab. Let me know.

    #23392
    Adam Gillett
    Participant

    Hi Shamim,

    I have added the line you mention and amended the settings in the appearance tab. My theme is still overriding the colours set in the appearance tab.

    The buttons which are still showing up as black are the editing buttons such as font size, bold, italic etc…. The submit button appears to be affected by the appearance tab though if this helps.

    #23409
    Shamim Hasan
    Keymaster

    May you please give me a screenshot of your message page (full page)?
    If possible give me a link of your message page (in that case create a test account and send me credentials using https://www.shamimsplugins.com/sensitive-information/)

    #23415
    Adam Gillett
    Participant

    Hi, I have just sent you over the info you require. Let me know when you are done and I will disable your accounts please.

    To get to the messenger page, log into the website using the normal user credentials under members area, the same link will change when you logged in and then click club messaging. Cheers

    #23423
    Shamim Hasan
    Keymaster

    I have added some code in Front End PM PRO > Settings > Appearance > Custom CSS. It is affected those buttons. You can adjust that code if needed.

    #23449
    Adam Gillett
    Participant

    Hi Shamim, I am afraid that after testing I still see the same behaviour where the text editing buttons are black. Please can you have another look? Cheers.

    #23452
    Shamim Hasan
    Keymaster

    Sorry, i changed only “TEXT” tab buttons.
    Please check now.
    As this is a message system which will not show publicly, i think user will not use those buttons too often. You can show plain textarea if you want. Go to Front End PM PRO > Appearance > General > Editor Type

    #23454
    Adam Gillett
    Participant

    Spot-on thank you!

Viewing 11 posts - 1 through 11 (of 11 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.