This topic has 8 replies, 2 voices, and was last updated 10 years, 2 months ago ago by Eva Kemp
can you please tell me where I can find the idstore-revolution-slider-sample.zip file
also, I have enabled custom css and edited the correct css file however nothing is working. I need to edit a lot of the font sizes as they are all too small. For example:
.menu{font-size: 40px !important} .span4 header-phone {font-size: 40px !important}
nothing happens.
also the logo is resizing – I would like it to appear 100% not scaled
and when I try and change the background to a set colour: #fff. nothing happens?
thanks
wplogin
admin: atlanticadmin
pass: @atlantic123
Hello,
You have default.custom.css file but you must rename it to custom.css for the changes to take effect. You can do this via FTP in wp-content/themes/idstore directory.
Revolution Slider sample is placed in the theme archive, which you downloaded, in Documentation folder.
Regards,
Eva Kemp.
Hi
I have renamed the css file but nothing seems to do much.
I have double checked the theme download and there is no Documentation folder!
And also you didn’t respond on these points:
the logo is resizing – I would like it to appear 100% not scaled
and when I try and change the background to a set colour: #fff. nothing happens?
thanks
Hello,
You had wrong code written, I’ve replaced it with this one:
.menu > ul > li > a {font-size: 40px !important}
.span4.header-phone {font-size: 40px !important}
Please check the changes now.
Your logo image is fullsized. Do you mean it’s scaled in the fixed header when scrolling?
Also I’ve changed background color from Dark to Light in Theme Options > Color Scheme > Main Color Scheme.
Regards,
Eva Kemp.
Hi
thanks for that, I can see that I may have to come back to you for a lot of requests on what the correct css tags are.
the logo is not full size – full size is 258×92 but it is appearing at 232×83
no, what I meant is that in Color Scheme – Site background – I have tried both setting a color and uploading an image and it has no effect
thanks
oh and I have double checked the theme download and there is no Documentation folder!
Hello,
I’ve imported the slider sample for you. Please check home page now. Site background option in Color Scheme menu works only for Boxed layout (you can change it Theme Options > General > Site Layout).
If you want to change background color for wide layout you need add much code in custom.css file:
.container_footer_bg, .footer_container {
background-color: #fff !important;
}
.wide .wrapper {background: none repeat scroll 0% 0% #FFF;}
.footer_title {
color: #000;
}
.header-type-variant4.header-bg {
background: none repeat scroll 0% 0% #FFF !important;
}
I’ve checked the logo information and its dimensions are 258px × 92px: http://imgur.com/c7Uq9Bq
Regards,
Eva Kemp.
The issue related to '‘A few issues’' has been successfully resolved, and the topic is now closed for further responses