Squirrel pro theme

Discussion in 'Squirrel WordPress Theme' started by simey, Aug 26, 2020.

  1. simey

    simey New Member

    Joined:
    Nov 19, 2013
    Messages:
    17
    Likes Received:
    0
    I've recently downloaded the latest squirrel pro & its changed alot from the old version.

    How do I change the text on all pages to #C5B358 & hompage feature sections?
    Remove the 'get free quotes'
    What is the optimal photo size for the homepage user form section?
    website http://sisdesign.co.uk/
    Thanks
     
  2. shemaela21

    shemaela21 Guest Staff Member

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

    Warm Wishes From InkThemes,

    How do I change the text on all pages to #C5B358 & hompage feature sections?
    Remove the 'get free quotes'


    So you do not want the text color to be in white and black?

    You want the text color to be in this #C5B358 color code only?

    Just confirm once we will then provide you the CSS code.

    What is the optimal photo size for the homepage user form section?
    website http://sisdesign.co.uk/


    Kindly check out the side text present in the theme options panel, the optimal size of the images is mentioned there.

    If it is not then let us know we will provide you with it.

    Regards,
    Shemaela
    InkThemes.com
     
  3. simey

    simey New Member

    Joined:
    Nov 19, 2013
    Messages:
    17
    Likes Received:
    0
    Homepage feature heading, 1st, 2nd, 3rd & 4th col heading #C5B358
    1st, 2nd, 3rd & 4th col description #CFB53B
    General body text #CFB53B

    The options panel doesn't show the image size for the homepage user form section

    Thanks

    Simon
     
  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:
    .feature-content h1 {
        color: #C5B358;
    }
    .feature-content .feature-item a {
        color: #CFB53B;
    }
    .feature-content .feature-item p {
        color: #CFB53B;
    }
    body {
        color: #CFB53B !important;
    }
    #menu li.current-menu-item a, #menu li.current_page_item a {
        color: #CFB53B;
    }
    I hope the above CSS codes will surely help you.

    Regards,
    Shemaela
    InkThemes.com
     
  5. simey

    simey New Member

    Joined:
    Nov 19, 2013
    Messages:
    17
    Likes Received:
    0
    Thanks Shemaela,

    Have you got the optimum image size for the "homepage user form section" as not listed on the panel.

    Also how do you remove "Get quote" on the top right?

    Thanks
     
  6. shemaela21

    shemaela21 Guest Staff Member

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

    Warm Wishes from InkThemes,

    Have you got the optimum image size for the "homepage user form section" as not listed on the panel.

    The optimal size of the image is 1172 × 800 pixels

    2020-09-09_12h37_42.png

    Also how do you remove "Get quote" on the top right?

    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:
    .get-info_info {
        display: none !important;
    }
    Regards,
    Shemaela
    InkThemes.com
     
  7. simey

    simey New Member

    Joined:
    Nov 19, 2013
    Messages:
    17
    Likes Received:
    0
  8. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi Simon,

    Warm wishes from InkThemes,

    Could you please elaborate your query with the help of some edited screenshots of the concerned areas of your site?

    So that we can deliver you an exact and appropriate solution.

    Looking forward to hearing from you soon.

    Thanks & Regards!
    Akbar
    InkThemes.com

    PS: You can create your screenshots using screenpresso (http://www.screenpresso.com).
     
  9. simey

    simey New Member

    Joined:
    Nov 19, 2013
    Messages:
    17
    Likes Received:
    0
    Hi Akbar, it's the white background body & where the logo is that I would like to change the colour.

    Thanks
    [​IMG]
     
  10. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greeting from InkThemes,

    We need WordPress admin credentials to make the desired changes.
    Kindly send the below-mentioned credential details to [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We will do it for you.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page