Liz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Custom CSS suddenly not workingIt worked, thanks!
Forum: Themes and Templates
In reply to: [Customizr] Custom CSS suddenly not workingThank you, I will try that!
Forum: Themes and Templates
In reply to: [Customizr] Changing the color of all the linksThis problem (with the button) has not changed and the coding surrounding it has not changed. All that was altered is the design/appearance of the site.
Oops I already figured it out with the help of @rdellconsulting’s snippet:
https://www.themesandco.com/snippet/remove-breadcrumb-top-pages/
Forum: Themes and Templates
In reply to: [Customizr] Help positioning imagesThat doesn’t seem to be working exactly, and what I mean more than aligning it to one side or the other is how to position it in my css with the .image class. It’s not working to do that. Am I missing something?
Forum: Themes and Templates
In reply to: [Customizr] Help positioning imagesI already tried changing it to alignleft, that didn’t work. See, but I want to control it in my CSS not make a gallery of images like in the video.
Can anyone help me with the coding behind this?
Forum: Themes and Templates
In reply to: [Customizr] Help positioning imagesFor example, on the About page of my site, for the first photo, I have this in the page html:
<div class="image"><a href="https://doehrmann.com/wordpress/wp-content/uploads/2014/02/56584_117464211649566_6353070_o.jpg"> <img class="alignnone size-medium wp-image-56" alt="56584_117464211649566_6353070_o" src="https://doehrmann.com/wordpress/wp-content/uploads/2014/02/56584_117464211649566_6353070_o-271x300.jpg" width="271" height="300" /></a></div>
And then this in the Custom CSS:
.image { float: left; }
Shouldn’t that at least be selecting the right image?
Forum: Themes and Templates
In reply to: [Customizr] Help positioning imagesI’m sorry, what is the WYSIWYG editor?
I figured it out, in case anyone ever wants to try this. You can just create a body id/class for each page that you want something to appear differently on.
e.g. I did a <body id=”homePage”></body> in my html on the home page HTML and then in my CSS: #homePage .site-logo { //the sizing// }
I’ll try that, thanks for your help!
Okay no problem. However, ellp, when I entered that code it didn’t work.
Why do I need to install the plugin in order to edit my CSS? Can’t I just put it into my Custom CSS as is?
Forum: Themes and Templates
In reply to: [Customizr] Changing the color of all the linksThe problem has not been resolved. I’ve tried everything. HELP!
Forum: Themes and Templates
In reply to: [Customizr] Changing the color of all the linksI did respond! I’ll try that, thanks.
Forum: Themes and Templates
In reply to: [Customizr] Changing the color of all the linksLook who disappeared now. ; )