White List Theme?

Discussion in 'Smartbooking-Appointment Booking WordPress Theme.' started by dmedia, Aug 11, 2016.

  1. dmedia

    dmedia Member

    Joined:
    Dec 6, 2013
    Messages:
    164
    Likes Received:
    4
    Hi - Is there a way to white list this theme so instead of ___ it says ___:

    1) InkThemes logo and menu in Dashboard ==> Instead say "Theme Options"
    2) "SmartBooking Pro Options" on upper left ==> Instead say "Theme Options"
    3) InkThemes logo on upper right ==> Instead have no logo
    4) Page tab when in Theme Options says "InkThemes" ==> Instead say "Theme"

    Thank you!

    MDXfreight.com - You have to login to view. Maybe simply tell me generically how to do this?
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please share screenshot of the concerned areas so that we can assist you accordingly..

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. dmedia

    dmedia Member

    Joined:
    Dec 6, 2013
    Messages:
    164
    Likes Received:
    4
    Attached is a screen shot for all the areas I am referring to above. Thank you! Screen Shot 2016-08-13 at 9.21.16 PM copy.png
     
  4. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please follow the screenshots given below.

    white_lable.png

    white_lable2.png

    And paste the code given below in Custom CSS field of your dashboard.
    Code:
    .icon-option {
        display: none;
    }
    Hope it will resolve your issues..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    dmedia likes this.
  5. dmedia

    dmedia Member

    Joined:
    Dec 6, 2013
    Messages:
    164
    Likes Received:
    4
    Thank you! Everything worked perfectly except for the CSS. The logo inkthemeslogo.png still shows in the theme options dialogue section. (the logo that links to InkThemes.com)
     
  6. priya

    priya Guest

    Hi,

    Use below code..
    Code:
    .wp-menu-image.dashicons-before img {
        display: none;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. dmedia

    dmedia Member

    Joined:
    Dec 6, 2013
    Messages:
    164
    Likes Received:
    4
    Thank you but that really didn't change anything either.
     
  8. priya

    priya Guest

    Would you please share screenshot of the area..?
     

Share This Page