ralexandra
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pictorico] advertising area on post pagesYes, Kathryn, that is what I mean. So just getting a plugin and installing it wouldn’t be enough?
Thanks!Forum: Themes and Templates
In reply to: [Pictorico] Change thumbnail background colorok, great. Thanks, Kathryn.
Forum: Themes and Templates
In reply to: [Pictorico] Changing color of previous post next post barokay, never mind. I think I’ve resolved this.
the exact code for the previous bar is
.nav-previous
Thanks!
Forum: Themes and Templates
In reply to: [Pictorico] Changing color of previous post next post barand actually, the “next post” navigation bar did not change color on every page….
So I’m not getting this altogether right…
Forum: Themes and Templates
In reply to: [Pictorico] Changing color of previous post next post barHi mm81,
Thanks for your input.So I copied and pasted the code above, but changed out the .nav-next (2 instances) to .nav-prev
but no luck…
am I missing something?
Thanks!
Forum: Themes and Templates
In reply to: [Pictorico] Change thumbnail background colorjust to clarify, if we are changing the default background, we use that code and sub in our new color here?
background: #bb00bb;
Will this also change the default color everywhere else, i.e.: the bar at the bottom of each page directing you to the previous or next post?
Thank you.
Ok, I think I figured this out? The page title is not the post title which appears on the front page. It’s the actual title you type in under SEO title in Yoast page analysis.
But I would like to know what the front page headers are….H1? H2?
okay, thank you Kathryn. Very helpful, and simple! One more question on this: if I were to change the background color to white, I lose the “Recent Posts” type because it is white too. How would I change the color of that type so that it is visible.?
Thank you!Forum: Themes and Templates
In reply to: [Pictorico] Social Media Icons in headerahahalex,
you mean I couldn’t do it using Jetpack?Forum: Themes and Templates
In reply to: [Pictorico] how to change the size of the grey footer barArque1986
Could you please clarify? I tried adding this to my CSS but nothing happened. Which numbers/items did you actually change?
Forum: Themes and Templates
In reply to: [Pictorico] Social Media Icons in headerIs there another way to do it besides making a child theme, ie., via CSS?
Forum: Themes and Templates
In reply to: [Pictorico] controlling wrap of text around imagesOk, thank you. This is helpful. I just wanted to make sure I wasn’t missing something.
Forum: Themes and Templates
In reply to: [Pictorico] How to center logo/site titleI tried it, and it moved the logo over a bit, but did not center it, so I played around with the width, changing it from 610px to 1200px and that seemed to do the trick. Thanks for your help.
Forum: Themes and Templates
In reply to: [Pictorico] How to center logo/site titleI do have a custom css plugin. This is what my title/logo code looks like:
.site-title a {
background: url(https://modernquilts.com/wp-content/uploads/2014/08/modquiltsblocksbw.jpg) no-repeat;
display: block;
width: 610px;
height: 125px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}My site is not live so I can’t post a link to my site. Any help is appreciated.
Forum: Themes and Templates
In reply to: [Pictorico] remove dates from post pagesDo you have the Jetpack plug-in? Once you have it and have activated it, you will have the option of editing CSS. That is where you would place this code.