bo4610
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Simple Headers] How to disable Show header text with your image.@thehobbyblogger it works like a charm ?? thanks!
Forum: Themes and Templates
In reply to: [Sampression Lite] Disable featured image on postStep 1 >> Go to your Appearance> Editor
Step 2 >> Go to Style Sheet (style.css)
Step 3 >> Do a CTRL + F and paste “body.single article.post .featured-img”. The original code is:
body.single article.post .featured-img {
height:auto;
margin:0;
}Step 4 >> Simply add “width: 0px;” right after the “height:auto;” which should look like this:
body.single article.post .featured-img {
height:auto;
width: 0px;
margin:0;
}Step 5 >> Hit “Update File” and viola! You now have the Sampression Lite looking awesome.
Forum: Themes and Templates
In reply to: [Sampression Lite] Featured Image SizeStep 1 >> Do a CTRL + F and paste “body.single article.post .featured-img”. The original code is:
body.single article.post .featured-img {
height:auto;
margin:0;
}Step 2 >> Simply add “width: 0px;” right after the “height:auto;” which should look like this:
body.single article.post .featured-img {
height:auto;
width: 0px;
margin:0;
}Forum: Themes and Templates
In reply to: [Sampression Lite] Disable featured image on postI am with you here this theme is awesome but the featured post image is just ugly
Forum: Plugins
In reply to: [Simply Instagram] centering images in sidebar widgetI am with you here Nicole the plugin will be much better if the images can be centered. Let’s cross our fingers that they will hear us ??
Forum: Fixing WordPress
In reply to: How to increase the sub menu width plz urgentI want the same thing.. make the sub menus wider and if possible make it more than one column so that visitors don’t need to scroll down because some of the submenus are not visible above.
Thanks for your help guys ??
Forum: Fixing WordPress
In reply to: Change Font Size of Page TitleI am thinking that it maybe somewhere here
.portfolio-img img {background: #fff;padding:2px;margin-bottom:10px;border:1px solid #DDD;-moz-box-shadow: 0 1px 2px rgba(0, 0, 0,
and all I have to do is add this code
img.center { display: block; margin-left: auto; margin-right: auto; }
but don’t know where
Forum: Fixing WordPress
In reply to: Change Font Size of Page Titleoh you are a SHE lol thanks!! Well I already know how to place images on posts and pages but this one goes to the PORTFOLIO section of the theme. It’s like a default.
Forum: Fixing WordPress
In reply to: Change Font Size of Page Titlethanks for sharing that awesome website yeah I go to w3school often too
Forum: Fixing WordPress
In reply to: Change Font Size of Page Titlegee thanks a ton!!! you rock WPyogi man I keep seeing you in almost every forums here helping wordpress dummy like me. Now I hope it is not too much but I’ve got one more.. how do I make the above image center?
Forum: Fixing WordPress
In reply to: Change Font Size of Page Titleyes “hangout with the leaders” and make it center
thanks for helping me.. I think that the code you gave was for the content of the page but not on its titleForum: Fixing WordPress
In reply to: Change Font Size of Page Title@wpyogi thanks for that quick reply however that code is under the
/* 3. POSTS */
what I need is the page title font size and I am having a hard-time finding it.Forum: Fixing WordPress
In reply to: Change Font Size of Page TitleI am using a wootheme called simplicity and I am having the same problem @seacoast I followed your advice but I was stuck in finding where the following codes are:
.page h1, .post h1 {
font-size: 26px;
}I wanted to change the font size here https://stratusprosunlimited.com/news/video-message-of-the-week/
this is the portfolio page, make the title smaller and center it if possible.I appreciate any help ?? thanks WordPress community.