TipsHatPolitely
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bloger] Tags Font Color Not ChangingFantastic! This solved the problem. Thank you!
Forum: Themes and Templates
In reply to: [Bloger] Post Header Image GoneHoly smokes- thank you so much for your speedy reply, @abhiaccesskeys ! The custom CSS code you provided solved both of our problems, so we can consider this issue solved/closed.
Thank you!
Forum: Themes and Templates
In reply to: [Tracks] Contact Form 7 Font Change?*thunderous applause* Dude, Ben – THANK YOU!!! Totally works now. Thanks so much for your time and effort. Cheers man.
Forum: Themes and Templates
In reply to: [Tracks] Contact Form 7 Font Change?Aha! Ok – it’s working wonderfully, except for the “Your Message” field – still thin Raleway. Again, man – thanks so much for your assistance with this issue!
Forum: Themes and Templates
In reply to: [Tracks] Contact Form 7 Font Change?Hmm… replaced the custom CSS with that code, but the in-field font in my Contact form is still thin Raleway. Any other ideas? Thanks!
Forum: Themes and Templates
In reply to: [Tracks] Contact Form 7 Font Change?Woops – ended up not putting it in because it wasn’t working. I’ve gone ahead and added it to my Custom CSS now, so it should be there.
Forum: Themes and Templates
In reply to: [Tracks] Contact Form 7 Font Change?Nuts – the CSS you gave me didn’t work in Custom CSS. Yeah – my only goal is to thicken my form’s in-field text. If I can change it completely to Montserrat, even better, but no worries if not. I’ve been playing around in Easy Google Fonts, but am not entirely sure how to associate it with my Contact Form 7 form. Thanks again for your help, Ben.
Forum: Themes and Templates
In reply to: [Tracks] How to disable hyperlink underline?Aha! Thanks so much, Ben!
Forum: Themes and Templates
In reply to: [Tracks] Standard Image PaddingNuts. Tried your suggestion, but it didn’t work. I was able to download a plugin called Advanced Image Styles, though, and it allows me to make the changes I’m after. Thanks again for your replies!
Forum: Themes and Templates
In reply to: [Tracks] Standard Image PaddingHey webdev2087 – thanks for replying!
For: http://jeffrosickmusic.com/tv-film/
The space between the images and text is larger than I’d like, an invisible thick border.For: http://jeffrosickmusic.com/commercial/
The padding around the images creates a space (again, larger than I’d like) between the audio player and the image and text in line horizontally with the image.I’ve already tried changing the em values in the following code, but nothing happens after I’ve hit “Update” and refreshed the website in another browser. Who knows – I’m pretty new at CSS, so I could be looking at the wrong section of code entirely…
/* Images */ .alignleft { float: left; margin: 0 1.5em 1.5em 0; } .alignright { float: right; margin: 0 0 1.5em 1.5em; } .aligncenter { text-align: center; margin: 1.5em auto; display: block; } .alignnone { margin: 1.5em; }Thanks again for responding. Cheers.