nauti1us
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Go] Inconsistent background video loading@gdalex – that seems to have cleared up the issue and there doesn’t appear to be any -ve performance issues right now, so I’ll leave the CDN off.
Thanks!
Forum: Themes and Templates
In reply to: [Go] Default paragraph width?That worked great, Pavle – I had to edit one of the pages manually to move the other paragraph headers to the side, but other than that, it did the job nicely.
I do have one sticky issue, which is the bulleted list on this page:
https://3jj.18f.myftpupload.com/our-technology/smart-cells/I tried to figure out the CSS to move that to the left as well, but no luck – any thoughts?
RE the logo – this is the 100×100 transparent PNG file I’d love to get just above the media (twitter, linkedin, youtube) buttons on the bottom of each page. If not, I could add it manually, but I’d like the image fairly tight to the media buttons.
Thanks!
Forum: Themes and Templates
In reply to: [Go] A few (related?) color issuesPavle – we’re good, thank you SO MUCH!
The only field that wasn’t initially working was the name field in the contact form, so I added #name to the second batch of code above and it worked.
#author, #name, #email, #url, #wp-comment-cookies-consent, #comment { color: black; }
Again, I appreciate all the help!
Forum: Themes and Templates
In reply to: [Go] A few (related?) color issuesHi Pavle – I’ve done some googling and the addition of the following CSS appears to have fixed the text color, but only in the following 2 places:
– Contact us form > Message field (no the other fields)
– Newsroom > Comment form > Comment field (no other fields)input, select, textarea{
color: black;
}
textarea:focus, input:focus {
color: black;
}…So the current CSS code looks like this – am I on the right path here? Thanks
.primary-menu .sub-menu a { color: #11a5df; } input, select, textarea{ color: black; } textarea:focus, input:focus { color: black; } ::selection { background: black; } input, textarea { color: black; } #searchform > button > svg { fill: black; } #searchform > button > svg:hover { fill: black !important; }
Forum: Plugins
In reply to: [Team Members] How does “Read More” work?Thanks for clearing that up – I’ll check and see what the client wants.
Forum: Themes and Templates
In reply to: [Go] A few (related?) color issuesHi Pavle – thanks so much for looking into this – most of the issues are fixed but 2 remain outstanding:
When typing into the search bar, the text still isn’t readable, although when you highlight it, you can now see what you typed.
Same goes for adding a comment to a post or using the contact form – when you type in the box, you can’t see anything, but when you click off the active part, the text becomes readable.
The ‘post comment’ button is still white, until it’s hovered over. I’ve tried to attach screengrabs to show this and the code as pasted in.