Tania
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Turning off shadow text for all textthat what I did
h1,h2,h3,h4,h5,h6,h7{ text-shadow:0 0px 0 #282224; color:#42b848; } /*Menu*/ .navbar .nav>li>a{ color:#e9eaee; text-shadow:0 0px 0 #282224; }
Shadow is 0, but I still put my background color there #282224. May be its not necessary.
Forum: Themes and Templates
In reply to: [Customizr] Images alignmentI found the mistake.
I’m using this code for 3 images.
https://www.themesandco.com/snippet/customizr-layout-examples/
But it has to be 3 images only. Second row started with new <div class=”row-fluid”>Thank you Janet
Forum: Themes and Templates
In reply to: [Customizr] Images alignmentThank you janet4now.
see what happened. Picture moved but there is some extra space before. What it could be?Thank you!
I just submitted 2 requests from 2 websites.
Thank you BrandonI activated all modules back already. Is that OK?
Hi Brandon,
I just realized that on my other website, update of the Jetpack deactivated Custom CSS module and blog subscription that I used in the footer.
here is my other website:
https://eg.designatrouge.com/Both website on same server but I use different themes and different plugins.
Please take a look
Thank you.https://dreamitstudio.designatrouge.com/
I activated contact form already again.
I didn’t use many other modules on this site but Google profile & site verification were fine.
I don’t know why it happened.Thank you
Forum: Themes and Templates
In reply to: [Customizr] changing background colourBingo! I had some code in Custom CSS, totally forgot about it.
Sorry for “hijacking old Posts” but I thought its better to search for similar post than start the new one.Thank you soooo much for your help @rdellconsulting!
Forum: Themes and Templates
In reply to: [Customizr] changing background colourHi, I changed the background color before with css… no problem.
body.home { /* Front Page Background */ background: #514137 !important;}
But now my client would like to use darker brown color #282224
I did change all #514137 to #282224 in my custom css but somehow background didn’t changed.
What it could be?
here is my website
https://dreamitstudio.designatrouge.comIs there another css for the green skin I’m using? I can’t find it.
Please help.
Thank you.Forum: Themes and Templates
In reply to: [Customizr] Different height of slider on different imagesOk, I created images 1200×500, but picture what I want to see only on the top of 300px.
It works!
https://dreamitstudio.designatrouge.com/?page_id=175
this part of the code was unnecessary:
.page-id-175.carousel-image img{width:1200px!important; height:300px!important;}Thank you @electricfeet so much for your help.
Forum: Themes and Templates
In reply to: [Customizr] Different height of slider on different imagesThank you @chappie.
@electricfeet. I will play with sizes. I want the slider to be 300 or 350, but 702 or 819 it will not be enough for the width. I may create the image 500 but with white space at the bottom (it will be hidden, I guess)
Thank you. I will let you know.
Forum: Themes and Templates
In reply to: [Customizr] Different height of slider on different imagesI wanted thank you for taking time and helping me @electricfeet
no, I used regular wp uploader.
I don’t understand why it resize to 500 high.
here is link to screen shot of uploaded & resized (by wp) images for this file
https://dreamitstudio.designatrouge.com/wp-content/uploads/2014/06/Screen-Shot-of-image-sizes.png
I don’t see there 1170×500
What it can be?Forum: Themes and Templates
In reply to: [Customizr] Different height of slider on different imagesI cloned services page to play with different settings
https://dreamitstudio.designatrouge.com/?page_id=314
Only I changed slider option to full width. see what happened.
Is someone can help me to fix this problem.Thank you.
Forum: Themes and Templates
In reply to: [Customizr] Different height of slider on different imagesI have in css
/*Slider size services page*/
.page-id-175 .carousel .item {
line-height: 300px;
overflow: hidden;
min-height: 300px;
width: 1200px;
}
.page-id-175.carousel-image img{width:1200px!important; height:300px!important;}It doesn’t work ??
My images are exact size 1200×300.