rubyannrsls
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Link post grid to pasts pageIs the image a post? Or a static image in your index.php?
Forum: Fixing WordPress
In reply to: Remove top space and bar from pages.Oh my bad. Try to change the first code I sent to this code 🙂
header#masthead, header.entry-header { margin-bottom: 0 !important; border: none; }Forum: Fixing WordPress
In reply to: Logo is too smallYeah but you can add css file in the theme folder where you can customize the appearance of your theme.
Forum: Fixing WordPress
In reply to: How to remove bootstrap button from cover page in evolve theme?Pleasure is mine. Cheers!
Forum: Fixing WordPress
In reply to: Remove top space and bar from pages.Pleasure is mine. Cheers!
Forum: Fixing WordPress
In reply to: How to make my content background semi-transparentMaybe this code could make it semi-transparent 🙂
#sidebar .widget, #main > ul.products { background: rgba(255,255,255,0.5) !important; }Forum: Fixing WordPress
In reply to: Remove top space and bar from pages.Hmmm put it at the end of your style.css 🙂
Forum: Fixing WordPress
In reply to: Remove top space and bar from pages.Maybe this code could be of help 🙂
#post-24 header.entry-header { display: none !important; } .page-template-template-homepage .site-main { padding-top: 0 !important; }Forum: Fixing WordPress
In reply to: Logo is too smallYour site is not live yet. Can’t get through. But I think you’re right about making the header wider 🙂
Forum: Fixing WordPress
In reply to: How To Edit Sidebar Recent Post FontYou can find them in your cat-posts.css
But if you can’t find cat-posts.css in your css folder, number 1 can do the trick 🙂Forum: Fixing WordPress
In reply to: How to remove bootstrap button from cover page in evolve theme?You can do so by right clicking the portion that you want to target. In your case it’s the < and >. Right click on it then inspect element. There, you can see what element controls it. To hide/remove the button, add this to your style.css
a.right.carousel-control { display: none; }and
a.left.carousel-control { display: none; }Forum: Fixing WordPress
In reply to: Link colorPleasure is mine. Cheers!
Forum: Themes and Templates
In reply to: [Variant Landing Page] Hide stuffAt the end will do 🙂
Forum: Fixing WordPress
In reply to: The distance between banner and theme templateTry adding this to your style.css
.forcefullwidth_wrapper_tp_banner { margin-bottom: 0 !important; }Hope it helps 🙂
Forum: Fixing WordPress
In reply to: How to change the link in my logo header on my blog?Can’t figure it out too. Couldn’t dig deeper in your site. But I think it’s a header.php or page template stuff.