• Resolved comco

    (@comco)


    Hi

    Please can you advise how I change the service settings colour. When you hover over the section it is a blue colour, I would need this changing to #DD9933. I also wanted to see if it was possible for each of the service sections to have a link to pages within the website.

    Many thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • HI

    Kindly use below code in custom css Filed

    .service-area:hover {
        background: #dd9933 !important;
        border: 1px solid #dd9933 !important;
    }
    .pagetitle-separator-border
    {
    background: #dd9933 !important;
    }
    .dropdown-menu > li > a {
        border-bottom: 1px solid rgb(221, 153, 51) !important;
    }

    Thanks

    • This reply was modified 9 years, 5 months ago by Imran Ali.
    Thread Starter comco

    (@comco)

    Many thanks.

    Is there anyway to add a link to pages on the website in the service settings?

    Hi @comco

    Sorry for this bcoz its part a our pro feature.

    Thanks

    Thread Starter comco

    (@comco)

    ok no problem. thank you for all your help

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Service Settings Colour & Link’ is closed to new replies.