Changes in the Menu

Discussion in 'ButterBelly WordPress Theme' started by designstouch, Aug 10, 2015.

  1. designstouch

    designstouch Member

    Joined:
    Feb 23, 2013
    Messages:
    133
    Likes Received:
    2
    Hi Support Team,

    How can I make the last menu tab (far right) "REQUEST AN APPOINTMENT" bold and change the color? Rest of the tab will remain as it is just the change the "Request an Appointment" to make it more prominent.

    URL: http://1e4.248.myftpupload.com/
    Attached you will find the reference image.

    Thank you,
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    For your information, we are using cufon.js in Butterbelly theme which convert text into images.
    So, first you have to disable cufon.js.

    Please follow the screenshot given below to disable it.
    butterbelly_disable_cufon.png

    For your information, I am using "WP-Editor" plugin to edit files.
    You can also download and use it from the link https://wordpress.org/plugins/wp-editor/.

    After activating this plugin, you will get the same screen as shown in the screenshot.

    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li:last-child a {
    color:green;
    }
    Please change color according to your requirement.

    Regards!
    Praveen
    InkThemes.com
     

Share This Page