Then I need to make the text change.
Thank you very much
Just add it in the same bracket above
padding-bottom:
There is no option for Active Hover Color. Newsmag has a Border Color in that spot
Thanks I will try it. Can I do the same thing for the bottom padding
I did find where this will change the top margin padding but Im not sure how to write this and where to put it.
.td-footer-container {
margin-right: auto;
margin-left: auto;
position: relative;
background-color: #222;
padding: 10px 0 5px 0; — This one changes the top padding.
color: #fff;
z-index: 0;
}
Cant find where to change the padding below the social media icons
This is the website address. http://thevoiceoflakecounty.com
The social icons just have X marks same thing for the stroller on right bottom of the page. Then where the banner that says advertise here is there are two other rotating banners that don’t display.
Everything displays when I am logged in and visit the site from admin
Yes, that is where I saw it in the Search Console. So how do I tell it to not create that error? Should I just click its Fixed
I know the standard error meaning. This has to do with Newsmag and the content folder. What should permissions be set at on that folder as that can also cause this error
Mark as resolved. I just deleted it and redid it and it works now
That does it. Is there a way to add padding from the left to it so as to allign it in the right spot
Sorry but I have now tried that and still it looks the same. id really like to get this corrected please.
Thank you
Ive tried the code above in custom css and it does nothing
So should I just use the above code as is but with all zeros in the padding and place that in the custom css?
Well I know how to use the inspect. This is where it is I do believe. But how can I ever find that in the huge css file?
This is where the main menu spacing is…
@media (max-width: 1023px) and (min-width: 768px)
style.css?ver=3.3.1:5711
.sf-menu > li > a {
font-size: 11px;
padding: 0 08px 0 08px;
}
SOLVED!!!
Very sweet. Just add a small piece of code. All I added was the BORDER-radius as seen below
.sf-menu ul {
background: #dd9c18!important;
border-radius: 10px 10px 10px 10px;
}
.sf-menu ul .td-menu-item>a{
color: black!important;
}
.sf-menu ul .td-menu-item>a:hover{
color: white!important;
}
Never mind I found it. The first block.
Again thanks
Thank you very much. Which section of the Theme Custom Block should it go