Different image sizes for different devices

Hi

On my about us page https://www.commissionit.co.uk/about-us/

I have this image https://www.commissionit.co.uk/wp-content/uploads/2018/11/amin-saleem-about-us.jpg

How do i make this full width for mobile or add a different image for mobile?

also i changed the clicked link css so why are some links still showing in orange>?

Regards

Hi Amin,

Thanks for writing in! For links, try adding the following CSS rule into your X -> Theme Options -> CSS area.

a, a:hover {
    color: #1155cc;
}

It is possible to set a different image for mobile devices. For that, you can use hide during breakpoints feature in Cornerstone. Please refer to our detailed guide here (https://theme.co/apex/forum/t/hide-during-breakpoint-explained/17378).

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.