Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #149804
    adilkhan150785
    Participant

    Hi,

    1) I have made my Promotion Headline Button Text to call a number. However I would also like to change the colour of the text and the background of the button. Please help.

    2) I would like to change the font and its colours of the fonts in the theme across if possible, or wherever I can?

    3) On my front page, I have numbered few points. The number do not take the colour from the text

    4) I would like to maitain the same colour for the page heading as well.

    Please Help!

    Thanks.

    #149851
    Skandha
    Participant

    @adilkhan150785: Please post in your site URL so that I can look in to the issue!

    Kind Regards,
    Skandha

    #149852
    adilkhan150785
    Participant

    http://test.alhamdulillahtours.com/

    Thanks Skandha. Looking forward to your response.

    #149861
    Skandha
    Participant

    @adilkhan150785: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
    /* To change text and background color of promotion headline button */

    #promotion-message .right .promotion-button {
    	background-color:#123456;
    	color:#eb10cf;
    }

    – Let me know where you want to change the font and the text color.

    /* To change color of list (numbered-element) */

    .entry-content ol > li {
    	color:#000080;
    }

    /* To change color of page title */

    h1.entry-title {
        color:#000080;
    }

    You can change the color according to your requirement.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #149863
    adilkhan150785
    Participant

    Thanks Skandha. That worked like a charm. Just a few more small tweaks to request-

    1) How to change the font of the entire website to Museo 700?

    2) How to maintain the same colour for Headline for Featured Content and Sub Headline of Featured Content?
    And the Featured Content Pages.

    3) How to maintain the same colour for Primary Sidebar?

    4) How to maintain the same colour for contact form on main page?

    5)How to maintain the same colour for contact form on the page UMRAH?

    #149882
    Skandha
    Participant

    @adilkhan150785: To change the font of the entire site first you will need to create a child theme. If you do not know how to create a child theme you can Generate Child Theme Plugin.

    Now Go to => Child Theme folder => Create a new folder “Fonts” => Download and paste the Museo 700 font files inside the fonts folder.

    Then Go to => Child Theme Folder => Open style.css and paste the following Code.

    @font-face {
    font-family: 'Museo700';
    font-style: normal;
    font-weight: normal;
    src: local('Museo700'), url('fonts/Museo700-Regular.woff') format('woff');
    }

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body {
        font-family:Museo700;
    }

    /*To change color of Headline and Sub-Headline of Featured Content */

    #featured-content .entry-title, #featured-content p {
    	color:#000080;
    }

    /*To main same color in primary sidebar */

    .widget-title {
       color:#000080;
    }

    /* To maintain same color in Contact Form in all pages */

    label {
    	color:#000080;
    }

    You can change the color according to your requirement.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #149926
    adilkhan150785
    Participant

    You are a genius! Super Help. Thanks Bud.

    One final thing – The Featured Pages on the Features Content do not take the colour. Could you please help with that

    If there is a survey/feedback I can give for you, please guide.

    #149972
    Skandha
    Participant

    @adilkhan150785: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #featured-content .entry-title a {
        color:#000080;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #149979
    adilkhan150785
    Participant

    IT WORKED!!! Am I surprised,NO!

    Thanks Skanda. You were of super help. All the best to you.

    #150092
    Skandha
    Participant

    @adilkhan150785: Hello, there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Promotion Headline Button Text Colour & Background’ is closed to new replies.