A few changes

Discussion in 'Appointway WordPress Theme' started by pauljw, Oct 7, 2018.

  1. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi, I have made some changes to colours of the site.
    Everything is fine. However, it appears that I can no longer change things by pasting code into to custom css box.

    I have been looking back on my question from before so I would not have to bother you, but I can't get the codes to work now.

    I wanted to do the following:

    1. Make both parts of the footer light blue.

    2. Change the read more button colours to:

    Button = #800000
    Text: white
    Shadow light blue

    3. Remove the telephone icon from the desktop version.

    These are not urgent, but would like to sort them out.

    Many thanks, Paul.
     
  2. akbar92

    akbar92 Support Staff Staff Member

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

    Greeting from InkThemes,

    To make the desired changes, just paste the code in the custom CSS section of the theme.
    Go to (Dashboard->InkThemes->Theme Options->Styling Option).

    1. Make both parts of the footer light blue.

    Code:
    .footer_container {
        background: #105692;
        border-bottom: 1px solid #3b92db;
    }
    
    .bottom_footer_container {
        background: #105692;
        border-top: 1px solid #0a3556;
    }
    2. Change the read more button colours to:

    Button = #800000
    Text: white
    Shadow light blue

    Code:
    .featurebox .featurebox_desc a.readmore, #contactForm input[type="submit"], #commentform .form-submit #submit {
        background-color: #800000;
        box-shadow: 0 3px 0 #2057e3;
    }
    3. Remove the telephone icon from the desktop version.

    Code:
    .call-us p:before {
        display: none;
    }
    Regards,
    Akbar
    InkThemes.com
     
  3. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi Akbar,
    Thanks for working on that. I'm sure it would work normally. However, I don't think my styling option box is accepting the code.
    I have put it in, but no change.

    Like I say, it's not urgent, but I would like to get there at some point.
    Thanks,
    Paul.
     
  4. akbar92

    akbar92 Support Staff Staff Member

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

    Greeting from InkThemes,

    Will you please allow us to check your website dashboard for once?
    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

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

    We will do the needful.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page