BjScott
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ProtoPress] Featured posts; hide complete section?Hello–Im not familiar with this theme, but it seems to be pulling from your posts & the featured image associated with each post. There doesnt seem to be a way to just not show the top section…you just need to have 3 different posts show up there instead. Im not sure if it pulls the latest posts to the top or not.
Sorry I couldnt be of more help!
Good Luck!Forum: Themes and Templates
In reply to: [Boutique] Add a logoHello! Im looking at your site now, and am not seeing anything that is repeated across the screen…is your site still live?
Forum: Themes and Templates
In reply to: Edit Sidebar Custom Menu CSSHello!
Ok, I played around with some ideas to set that menu area apart from the items below it. Try this in your Custom CSS and see if that changes things–or maybe its a place to start!
.menu-afc-chorley-container { padding-bottom: 13px; margin-bottom: 45px; padding-left: 74px; } .widget nav_menu-2 { background-color: #f9f9f9; } .widget nav_menu-2 H4 { background-color: #ff000; padding-left: 60px; } ul#menu-afc-chorley .menu li { padding-top: 8px; font-size: 16px; } aside ul li { list-style-type: square; }Give that a go and let me know how that looks!
Forum: Themes and Templates
In reply to: [Fukasawa] Header is missing and posts only go to one columnHopefully the theme Author can jump in here and fix this for you! As Im stumped!
Forum: Themes and Templates
In reply to: [Fukasawa] Header is missing and posts only go to one columnHello!
Your header isn’t showing because in your CSS Style sheet there is this telling it NOT to show:
head {
display: none;
}Where are you saving your CSS changes? Do you have a custom CSS area that you are putting your changes? If so put this code in there:
head {
display:initial;
}If you dont have a custom CSS area, which you should so you dont lose your customizations when your theme updates, then install this plugin, and put your CSS code there.
https://wordpress.org/plugins/simple-custom-css/
Let me know if that works!
Forum: Themes and Templates
In reply to: deleted a box i didnt want toOh good! That is always a little nervewracking!
Good luck on the rest of your site!Forum: Themes and Templates
In reply to: deleted a box i didnt want toHello~
Where was the location of what you deleted –sidebar, or header? Do you remember a title? Maybe I can help!
Thanks,
BrendaForum: Themes and Templates
In reply to: [Pictorico] Post Title Font SizeOh Wonderful!! You are very welcome!
Forum: Themes and Templates
In reply to: [Pictorico] Post Title Font SizeAha! Thank you for the image…that helped narrow it down!
Ok, try this & see if this looks better. Place in your Custom CSS:
.has-thumbnail .entry-header .entry-title {
line-height: 0.25;
font-size: 1.5em;
}Let me know how that works!
Forum: Themes and Templates
In reply to: [Pictorico] Post Title Font SizeAre you referring to the text that slides in over the top of each photo? Or are you talking about the title “snippet” “Island Life” etc that would be above each group of photos on each page?
Forum: Themes and Templates
In reply to: [Pictorico] Post Title Font SizeHello!
I’m looking at your site now…Copy this code into your Custom CSS to adjust the title font size:
.archive .site-content .entry-title, .search .site-content .entry-title {
font-size: .75em;
}Let me know how that works!
BrendaYou are very welcome!
Ha! Well, that sure didn’t help you did it!!
Use
<br/>instead of your<p>tag…..See if that works!
Hello!
Try this:
Instead of the <p> tag you used so Roberto’s phone # would be under Isabel’s…..use this tag instead:
That should accomplish the format, and also keep the typography the same!
Let me know if I can help you with anything else!
BrendaForum: Themes and Templates
In reply to: [Swell Lite] Broken Logo ImageHello! Really like your site! My dtr is married to an Air Force man!
I’m not sure if this is your issue, but it looks like the image that you have uploaded for you Logo is a .pdf format, instead of .jpg —Maybe try a different format?
Let me know if that works, and what else I can help you with!
Brenda