Viewing 1 reply thread
You must be logged in to reply to this topic.
1) I want to change the color of link in the blog post. I am not sure which menu item will change the color of link item in blog post?
2) Where can I change the background color of Search? (The bar that appears when I click on search item)
3) I am trying to optimize image sizes to increase site speed. Do you have any suggestions for max image size for slider and page header background images?
Hello,
1. Do you mean the color of the link at blog post? (https://www.clipular.com/c/5430432090292224.png?k=GTmgt579RnYdTG0hBrlFVHDimi0)
Add this code to your custom CSS box:
.blog-article.standard-style .content a { color: #efefef !important; }
and change the color as you wish.
2. To change the background color of search, add this code to CSS box:
.search_bar { background-color: #efefef; }
3. Please refer to this article for images optimization and for speed increasing of the site. (https://codeless.co/how-i-increased-more-than-70-the-speed-of-my-website/)
Let us know.
Best regards!
You must be logged in to reply to this topic.