Folks:
I’m working on my business website http://www.Roxytone.com, and I just made a new webp logo for the site, but it’s far too small. Experience has taught me that when I add CSS from your team, I ought to add a comment about what it does.
What is the syntax for adding snippet comments?
First, can you either show me how to modify the CSS I have which controls the size of the logo, or which snippet to drop so I can use the Customize menu to control the logo size (if that’s possible?), and how to do it?
Second, can you add a succinct comment to each of the snippets below so this gentle old guy can understand what he has done to his site?
Here is all of the CSS your team has given me over the years for Roxytone.com
.entry-title {
display: none;
}
p {
text-indent: 30px;
margin: 0;
padding: 0;
}
.main-navigation ul li {
border-right: 2px solid #000;
}
.main-navigation ul li:last-of-type {
border-right: none;
}
.main-navigation ul ul li {
border-right: none;
}
.main-navigation ul ul li a {
border-bottom: 200px solid #fff;
padding-top: 20px;
padding-bottom: 20px;
}
And Happy Holidays to all!