Hello Experts,
I have been trying to Increase Header Size and to hide the grey lines below the Header & above/below the Footer. What is the Code and where do I need to put it? I am using the Symmetry Theme.
Best Regards
Chris
Hello Experts,
I have been trying to Increase Header Size and to hide the grey lines below the Header & above/below the Footer. What is the Code and where do I need to put it? I am using the Symmetry Theme.
Best Regards
Chris
You can change the color of the dividing lines in the customizer, open theme settings, select colors, scroll all the way to the bottom and you will find a way to change the color of the dividing line to something that is less noticeable.
The size of the header seems largely dependent on the size of the logo. You can change that in the CSS. Here is an example of the CSS for the image size.
.logo img {
width: 230px;
}