Towing theme footer

Home Forums All Other Themes Towing theme footer

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #147943
    Reena HoiReena Hoi
    Participant
    • Topics: 14
    • Replies: 26
    • Total: 40
    Member since: May 17, 2017

    Ik trying to change the footer social media color but its not working.. the html color is yellow but its stays orange..
    also the link in footer..

    privateumbrella.nl

    #147945
    Reena HoiReena Hoi
    Participant
    • Topics: 14
    • Replies: 26
    • Total: 40
    Member since: May 17, 2017

    sorry what is orange needs to be white

    #147949
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30975
    • Total: 30975
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #footer .social-icons a:hover {
        background-color: #ffde16 !important;
    }

    Regards,
    Dave

    #147950
    Reena HoiReena Hoi
    Participant
    • Topics: 14
    • Replies: 26
    • Total: 40
    Member since: May 17, 2017

    Thanks Dave!!

    Can u please help me with a code to fix the link color in the footer

    #147957
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30975
    • Total: 30975
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .col-6.copy-right-1 a {
        color: #fddd0d !important;
    }

    Regards,
    Dave

    #147972
    Reena HoiReena Hoi
    Participant
    • Topics: 14
    • Replies: 26
    • Total: 40
    Member since: May 17, 2017

    Thanks Dave..

    Is it possible for the block text in Bold? can’t find it

    PRIVÉ VERVOER
    ZAKELIJK VERVOER
    ARTIESTEN VERVOER
    LUCHTHAVEN VERVOER
    VIP VERVOER

    #147989
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30975
    • Total: 30975
    Member since: August 16, 2013

    Hi,

    Kindly use this one:

    .servicebox a h3 {
        font-weight: 700 !important;
    }

    Regards,
    Dave

    #148147
    Reena HoiReena Hoi
    Participant
    • Topics: 14
    • Replies: 26
    • Total: 40
    Member since: May 17, 2017

    Thanks Dave!

    Is pobbible to make the blank space between the 2 blocks – front page smaller?

    #148158
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30975
    • Total: 30975
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Dave

    #148167
    Reena HoiReena Hoi
    Participant
    • Topics: 14
    • Replies: 26
    • Total: 40
    Member since: May 17, 2017

    Hi Dave,

    see screenshot https://imgur.com/a/x0wMVtM

    there is to much white space inbetween

    #148199
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30975
    • Total: 30975
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #skt-builder-home-section1-block-31 {
        padding-top: 0 !important;
    }
    .skt-builder-block-description {
        margin-bottom: 0 !important;
    }
    .skt-builder-block-title .skt-builder-block-title-separator { margin-bottom:30px !important;}

    Regards,
    Dave

    #148836
    Reena HoiReena Hoi
    Participant
    • Topics: 14
    • Replies: 26
    • Total: 40
    Member since: May 17, 2017

    Hi Dave,

    I want the footer white.. but a small part is black.. can you fix this?

    https://imgur.com/a/ZrJfSvo

    #148947
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30975
    • Total: 30975
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .footercols2:nth-child(2)::before, .footercols2:nth-child(2)::after { display:none;}

    Regards,
    Dave

    #149049
    Reena HoiReena Hoi
    Participant
    • Topics: 14
    • Replies: 26
    • Total: 40
    Member since: May 17, 2017

    Thanks Dave!!

    In the footer i want to center the social media icons..

    #149056
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30975
    • Total: 30975
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .footercols2 .social-icons { text-align:center;}

    Regards,
    Dave

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.