Could you please tell me how to change the colour scheme from green to blue on the items on the following pages:
1. portfolio page – the circle links that appear when hovering over an image
2. cv page – the dated circles and the progress bar.
3. contact page – the send button.
I created a button using the below short code and entered “blue” as the color do you know the color hex for this blue as I need the hex color to enter into the Appearance > Customize > Colors so that the above items will be changed to the shade of blue.
Will you be able to help me with the other problem regarding: my site being able to navigate on mobile devices because I’ve hidden my menu hidden. You gave me this code:
@media screen and (max-width: 767px) {
.menu-custom { display: block; }
}
The code does not work; do you have an alternative code that may work to solve the issue please, thanks.