Change colour of text on orange slider button home page

Discussion in 'Foogo Pro WordPress Theme' started by pauljw, Jun 27, 2021.

  1. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi, Can you please give me the css to change the text colour on this button please.

    Thank you,
    Paul.
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Thanks for contacting us,

    Yes, sure we will provide you with the CSS code for the button.

    Just let us know the link to the page where the button is located, if possible kindly share the screenshot of the button as well.

    We will then provide you with the CSS code.

    Regards,
    Shemaela
    InkThemes.com
     
  3. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Thank you, The page is here:
    https://webcrunch.co.uk/

    The button says 'Call Kirsty' I would like the text to be black, not white.

    Also, I would very much like the page to appear right away. It fades in at the moment. I would like to remove this fade in process.
    it is nice, but too slow for people scrolling these days.

    Many thanks,

    Paul.
     
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard -> Appearance -> Customize -> Additional CSS).

    Code:
    #sub_header .st-title-wrap .fbtn.top-button {
        font-size: 30px;
    }
    .fbtn {
        color: #000 !important;
    }
    Regards,
    Shemaela
    InkThemes.com
     

Share This Page