Hello,
I am trying to make the following changes. Can you let me know what custom CSS I need to make these changes:
1. remove underline on menu links globally – on hover as well
2. is there any other way to control/affect the header opacity for header 6, since the setting in theme options only works with headings 3, 4 and 5?
3. I have already looked up and used the following CSS to try and reduce the padding at the top of the logo, but I can’t get it to be less than 15px. Is there anything else I can do? Essentially, I don’t need the logo to be centered, but at a fixed distance from the top.
#header-section {
height: 120px;
padding: 0px 0;
}
.page-heading {
padding-bottom: 0px;
padding-top: 0px;
}
Thanks.