CSS codes Suits theme
-
Hi!
I have the suits theme, and I was wondering if anyone could help me adjust the “Posted in” text which is under each post, if that can be centered like the rest of the text in my blog, right now it’s on the left side. I’d also like it shortened so the viewer only sees the ‘leave comment’ and not what category it’s posted in or any of the tags.
Also in the customize section, under CSS it says: Set a different content width for videos, full size images, and other shortcodes if necessary. The default content width for the Suits theme is 620 pixels.
But when I try to set another width nothing happens, even after saving, still just as same as it was, this also happens when I try to change my body text font, it changes just in the preview but after saving it goes back to what it was before, does anyone know what this is?
Thank you! :)
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following CSS to hide everything except for the leave a comment under the posts.
.entry-meta { visibility: hidden; } .entry-meta .leave-reply { visibility: visible; display: block; text-align: center; }The Content Width is used to adjust the width of the elements like image and videos in the post or page. What you should do is to first adjust the layout width using Custom CSS and then adjust the Content Width setting to match.
On the font changing issue, which fonts are you having problems with?
-
I took a look at your site and see the Adelle font for the body text. Is that the font you wanted for the body text?
-
Hi! Thanks you for the css code, it worked perfectly! :)
I would like the body text to be Minor pro, whenever I do any changes in the customize section it won’t ever save, click save, and then I check the blog and my changes aren’t showing, it only shows if I have adjusted something in the CSS code section.
Also, For some reason my blog shows a different header when I check it on a mobile, it shows an older header I used to have, and I would think that clicking Yes one this:
“On Mobile
Include this CSS in the Mobile Theme” (which it says just under the CSS code section)would solve it, but once again, I’m clicking save and nothing has changed, also a bit worried that once the new header shows at a mobile, not the entire picture will show, cause it’s so big… anything I can do about that if that’s the case?
Thank you so much for your help!
-
Hi there, I see Minion Pro font for your body font now, and I checked your site on my phone and see you are using the Mobile theme for your site, which does not show a header image. I’m going to resolve this thread, but if you have additional questions or problems, please let us know by starting a new thread.
- The topic ‘CSS codes Suits theme’ is closed to new replies.