Font change for BizWay Theme

Discussion in 'Forum Rules' started by iproclaim, Jul 30, 2015.

Thread Status:
Not open for further replies.
  1. iproclaim

    iproclaim New Member

    Joined:
    Mar 13, 2012
    Messages:
    8
    Likes Received:
    0
    I want to change all of the MUSEO 500 fonts on the site to Trebuchet MS and Trebuchet MS Bold for headlines. I'm sure this can be done through a CSS code but I do not know how. In addition, my customer wants to add a title bar in green (#00583f) as shown on the following webpage: http://strategex-cm.com/activities.htm

    Many thanks in advance. Timing is critical for this project!
     
  2. praveen

    praveen Support Staff

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

    Please send us your website WordPress login details at [email protected] along with the thread link.
    We will make these changes in your website.

    Thanks,
    Praveen
     
  3. iproclaim

    iproclaim New Member

    Joined:
    Mar 13, 2012
    Messages:
    8
    Likes Received:
    0

    Thank you for your assistance. Are you still there?
     
  4. iproclaim

    iproclaim New Member

    Joined:
    Mar 13, 2012
    Messages:
    8
    Likes Received:
    0

    I originally asked for h1 to have a the GREEN BACKGROUND with the WHITE TEXT. PLEASE, can you make that h2 instead. And please can you show me where you made this change so I can do this myself in the future. I do not want to have to bother you if I need to do this again.

    THANK YOU!!!
     
  5. praveen

    praveen Support Staff

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

    I have checked your website and found that you have changed all the h1 headings to h2 headings and now the background color and other changes had gone.

    But don't worry!!!

    I have resolved your issue again and paste the custom CSS code in the style.css file of the theme.
    Please see the screenshot,

    Bizway_change_h1_h2_headings_background_for_blogs.png

    If need to change the background color or other changes in future, you can customize here.

    Let me know if need further help.

    Regards!
    Praveen
    InkThemes.com
     
  6. iproclaim

    iproclaim New Member

    Joined:
    Mar 13, 2012
    Messages:
    8
    Likes Received:
    0

    THANK YOU ... you did exactly what I wanted and now I know what to do if I need to change it again. I really appreciate it.

    One last request please ...
    On the footer, I added the following css code to remove the content of the social media line:

    .footer-top-inner1 {
    display:none;
    }
    .footer-top-inner2 {
    display:none;
    }
    .footer-top-inner3 {
    display:none;
    }

    Is there a way to remove all of that empty space too?
     
  7. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer-top {
        display: none !important;
    }
    Hope you are enjoying InkTheme services :)
    Do let me know if you need any help.

    Regards!
    Praveen
    InkThemes.com
     
  8. iproclaim

    iproclaim New Member

    Joined:
    Mar 13, 2012
    Messages:
    8
    Likes Received:
    0

    Thank you Praveen!

    I am so very impressed with the prompt service I get from you and your team. Many thanks for ALL of the work you did to assist me.

    Kind regards,
    Andrew
     
Thread Status:
Not open for further replies.

Share This Page