This topic has 6 replies, 3 voices, and was last updated 7 years, 12 months ago ago by Eva Kemp
How do I increase the size of the logo in the header? A long time ago I was told to use a code in custom.css but I am unsure how to change anything in the code. If you can increase for me that would be helpful
Hello,
These credentials are incorrect. Please check them.
Try to add this code in Custom CSS file:
.header5 .logo img {
max-width: 370px;
}
Write your own value.
Here is the video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&list=PLMqMSqDgPNmD4uhGI1IBhr1iaEy81TMff&feature=share&index=1.
Regards,
Rose Tyler.
I added my new login info, forgot to add one thing. If you can change it for me that would be very helpful
Hello,
At first you need activate custom.css file.
How to create custom.css you can watch in this tutorial
We can’t do this via wp-admin panel. FTP access is required.
Regards,
Eva Kemp.
Thank you, I will try that out. Can you also tell me how to change the link colors? When you are looking at the page I want my link colors to be in mint, and when you hover I want them to turn to black.
Hello,
You need add this css code:
a {
color: #98ff98 !important;
}
a:hover {
color: black !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up