Michael
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] button under feature imageHi, try this and let me know if it helps!
.fp-text-one, .fp-text-two, .fp-text-three {
display:none;
}Forum: Themes and Templates
In reply to: [Customizr] Footer Area ColorThanks d4z! You are da man!
Forum: Themes and Templates
In reply to: [Customizr] Footer Area ColorThat’s okay, try this instead!
/* Adjust colors as needed */ .footer-widgets { background: none repeat scroll 0 0 #83C0E5; color: #5A5A5A !important; padding-top: 10px ; }
Let me know if this helps, have a great day!
Forum: Themes and Templates
In reply to: [Customizr] Video-import-problemInstead of importing, why don’t you add the embed code for the video directly to the “text’ editor of the post?
Forum: Themes and Templates
In reply to: [Customizr] Change background of featured pages areaHi, try these two css codes below, one of the two may work, let me know if this helps!
.home { background: transparent; }
OR
.home .thumb-wrapper { background: transparent; }
Forum: Themes and Templates
In reply to: [Customizr] Footer Area ColorHi, I hope this helps!
/* Change the Footer background */ footer#footer .colophon { background-color: #F8F8FF; }
Forum: Themes and Templates
In reply to: [Customizr] Right Sidebar Border Help please.My pleasure Wolfy, it was driving me bonkers, I must have spent two hours trying to delete that dam line, could not have did it without ya my friend, have a great weekend.
Forum: Themes and Templates
In reply to: [Customizr] broken websiteCool! best of luck!
Forum: Themes and Templates
In reply to: [Customizr] Right Sidebar Border Help please.3 BIG CHEERS for Wolfy! You are awesome and thank you for taking the time to solve my little dilemma, I appreciate it!
Hi, I hope this helps!
/* Change Slider Titles (2em) font-size, (Garamond) family, (red) color */ .carousel-caption h1 { font-family: Garamond; font-size: 2em; color: red; } .carousel-caption p { font-family: Garamond; font-size: 2em; color: blue; } .carousel-caption .btn { font-family: Garamond; font-size: 2em; color: yellow; }
here is the source: https://www.themesandco.com/snippet/change-fontsizecolor-slider-titles/
Forum: Themes and Templates
In reply to: [Customizr] broken websiteI think you should actually look at your site through a smartphone or tablet and see what you have and don’t rely on resizing your browser.
Forum: Themes and Templates
In reply to: [Customizr] broken websiteYes, what browser are you viewing your site on, this could be a browser issue. I usually build my site using all four browsers and a resolution tester online.
Forum: Themes and Templates
In reply to: [Customizr] Mobile menu background colorMan, you are a wordpress GOD! Thank you RD, for everything you do, always! It worked perfectly!
Forum: Themes and Templates
In reply to: [Customizr] how to add the WP search bar In the NavbarHi and thank you bath! you are the man!
worked perfectly! CheersForum: Themes and Templates
In reply to: [Customizr] how to add the WP search bar In the NavbarNow I have one simple question, what is the style css to modify the search bar because mine is too long and doesn’t look right,
any help would be awesome!