ashley_c
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [One Page Express] Decrease white padding & font colorsIt worked perfectly! Thanks so much!
- This reply was modified 6 years, 11 months ago by ashley_c.
Forum: Themes and Templates
In reply to: [One Page Express] Gradient on Home page sliderAwesome! Thanks!
Forum: Themes and Templates
In reply to: [Customizr] Logo / Banner messed up after updateOMG. I enabled the sticky header option and it fixed it right away!
Thank you so much! I can’t believe it was that simple. Thanks again Rocco @d4z_c0nf!Hi Steve! Were you able to figure this out? I’m looking for the same thing. I was so happy to come across your post, but was quickly disappointed when I saw no response :/
Thanks!
Forum: Themes and Templates
In reply to: [Customizr] Fatal error updating this morningTHANK YOU SO MUCH ROLAND! @pmcbrabant!
You are a lifesaver! ??I GOT IT!
.intro-text {
background: transparent !important;
}Thanks for pointing me in the right direction!!!!
HOWEVER, when I put this code in:
.intro-text {
display: none;
}It removes the grey background, BUT it also removes the text. ??
Any ideas on how I can keep the text?Hi! Thanks for the quick response. Unfortunately, this code didn’t work for me. I tried putting it in the Additional CSS. When that didn’t work, I tried it on the theme’s style.css file and it didn’t work either.
Any other suggestions?
Thank you so much!
Forum: Themes and Templates
In reply to: [ZBlackbeard] Remove Footer widget from Contact pageI got it!
Here it is in case anyone else is looking for this (just change out the “12” for whatever your page id is):
.page-id-12 .footer-widget-wrap > .container {
display: none;
}Forum: Themes and Templates
In reply to: [OnePress] Hide Page Title and SectionWhat if you only want to hide it on certain pages? For example, I WANT to hide the title on THIS page: https://motorwerks.tigerstylebook.com/bmw-specialists-oak-park-ca/ but NOT on THIS page: https://motorwerks.tigerstylebook.com/contact/
Thanks!
Forum: Themes and Templates
In reply to: [OnePress] Make Logo Overlap Main ContentI figured it out!
Here’s the code I used in case anyone else might need it!.site-branding {
width : 100%;
position : absolute;
z-index : -20px;
text-align: relative; }Forum: Themes and Templates
In reply to: [SEOPress] Remove “WordPress SEOPress Pro Theme” at FooterNevermind, I got it.
Customizing Additional CSS:
.row.mrt10 { display : none; }Forum: Themes and Templates
In reply to: [SEOPress] Sticky Not Sticky (Menu)My sticky menu works in Google Chrome & Safari, but not Firefox. Is there a fix for this yet?
Thanks.
- This reply was modified 7 years, 9 months ago by ashley_c.
Forum: Plugins
In reply to: [Tiny Carousel Horizontal Slider] Tiny Carousel is not working properlyDid you ever find a solution to this? I’m having the same problem!
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Not Working! So Frustrating!Ok thanks.
Is there a code to make the menu appear at all times and removing the hamburger icon?