CharlotteGesten
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Calendar] CF7 checkbox and label alignment problemJust for those who have the same issue, this worked!
span.wpcf7-list-item {display: table-row;}
span.wpcf7-list-item * { display: table-cell; text-align:left;}Thank you, @dsdotca!
Forum: Plugins
In reply to: [Contact Form 7 Calendar] CF7 checkbox and label alignment problemIt looks like you figured this out! I am having a similar issue – The first button is aligned to the left and the rest are indented. Could you let me know how you solved this? thank you!
Thank you!
Forum: Themes and Templates
In reply to: [Nikkon] Changing Main Picture (slider?) on Home PageForum: Themes and Templates
In reply to: [Lifestyle] Moving menu under headerI am also curious about this request. Thanks.
I am also trying to do this. I have moved the header image above the menu using CSS (using customization, the header shows up below the menu) but am now trying to link it to the home page.
samhartwell.com
Thanks!
Forum: Themes and Templates
In reply to: [Lifestyle] Logo not appearing above menumarking this as resolved. Appearing on every page now!
Forum: Themes and Templates
In reply to: [Lifestyle] Logo not appearing above menuUpdate: I was able to get it to appear above the menu by adding this CSS code:
.site-header {
height: 100px;
background-image: url(/wp-content/uploads/2016/06/SoPro.jpg);
background-repeat: no-repeat;
background-position: center;
}
but it does not appear on every page.
Also trying to figure out how to have the image direct back to home page.Forum: Themes and Templates
In reply to: [Coeur] Remove Primary Sidebar areaFrenchtastic – I love the Theme! As soon as I am paid I will donate! Here is the next request. Could you add Templates so that one page could have the side bar, while another did not? Thanks!
Forum: Themes and Templates
In reply to: [Coeur] Disabled Header TextGo to Appearance/Customize
Under Site Title and Tagline, remove text from Title.Forum: Themes and Templates
In reply to: [Coeur] Removing Site Header Title and Descriptionnvm, it was just a firefox glitch. thanks! love the theme!
Forum: Themes and Templates
In reply to: [Coeur] How to make a Child Themenvm – working fine in Safari, just not in Firefox. Any suggestions for a Firefox fix would be appreciated!
Forum: Themes and Templates
In reply to: [Coeur] How to make a Child ThemeI have been trying to create a child theme (importing all three of coeur’s stylesheets) to change the text color and modify the menu, but cannot get coeur to recognize the child theme style sheet. (I’ve also tried making modifications to the style.css from appearance/edit in wp and it doesn’t recognize those changes) Any suggestions are welcome!
Forum: Themes and Templates
In reply to: [Coeur] Removing Site Header Title and Descriptionmcapybara I have been trying to create a child theme (importing all three of coeur’s stylesheets) to change the text color and modify the menu, but cannot get coeur to recognize the child theme style sheet. (I’ve also tried making modifications to the style.css from appearance/edit in wp and it doesn’t recognize those changes) Any suggestions are welcome!
Forum: Themes and Templates
In reply to: [Coeur] How to make a Child Themevery important. A child theme allows you to keep all your changes and still accept the updates of the original theme. See http://codex.wordpress.org/Child_Themes.