• i need change color font in the services and color background when I pass the cursor

    I speak in Spanish, sorry.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @berenice91

    Yes, we can do it for you.

    To change the color of the service font and background, Kindly paste the code given below in Custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).

    .service-area h2 > a { 
        color: #202020 !important; 
    }
    .service-area p { 
        color: #202020 !important; 
    }
    .service-area:hover {
        background: #ff0000 !important;
        border: 1px solid #ff0000 !important;
    }

    You can change the color code as per the need.

    If you need more help then let me know..!

    Regards

    Shahid

    Thread Starter berenice91

    (@berenice91)

    thanks!

    One more thing, how can I change the background color of the place where the text is in my other pages?

    Hello @berenice91

    For this, Kindly paste the code given below in Custom CSS field (Appearance -> Customize -> Header settings -> Custom CSS).

    .page-template-default .blog-detail-section {
        background-color: #ff0000 !important;
    }
    .page-mycarousel {
        background-color: #ff0000;
    }

    Change the color code as per the need.

    Regards

    Shahid

    Hello @berenice91

    Did your problem solved or not.
    If yes, then allow us to close this ticket.

    Regards

    Shahid

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

The topic ‘change color font services’ is closed to new replies.