-
AuthorSearch Results
-
December 13, 2016 at 1:15 am #1231
In reply to: Default Gray Overlay for Page Title Background
Hi. My child themes CSS isn’t overwriting anything from my parent CSS. Am I doing something wrong? Can you take a look please
December 13, 2016 at 12:19 am #1216In reply to: METASLIDER
You can remove space between menu and slider by add custom css
.jas-page > div { margin: 0;}
for button need more custom code and have to change html you can hire some freelancer for help.
Regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 13, 2016 at 12:07 am #1211In reply to: METASLIDER
Hi,
You can add custom css
.footer__top { padding: 10px 0;}
#jas-footer, #jas-footer .widget-title, #jas-footer a { color: #2e2e2e;}
.widget_wysija_cont .widget_wysija.shortcode_wysija {text-align: center;}
.widget_wysija_cont form .wysija-submit { display: inline-block;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 12, 2016 at 11:40 pm #1206In reply to: footer not updating color
Lightning fast response! bravo.
The config in the theme options should take effect without a CSS hotfix though.
Very impressed with this theme. Bravo! It’s really really good!
December 12, 2016 at 11:38 pm #1205In reply to: footer not updating color
Hi,
You can changed overlay color on footer by add custom css in JanStudio > Theme Options > General Layout > Custom CSS
#jas-footer:before {background: rgba(0,0,0,0.9);}
You can change “0,0,0” with your rgb color code and 0.9 as opcity is 90%.
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 12, 2016 at 11:36 pm #1203In reply to: METASLIDER
Hi,
You fixed my meta slider with the code @media only screen and (max-width: 480px) {
.metaslider .slides img {
height: auto;
} .But now none of my other css that i put in the “Custom CSS Style” are working.
I want to remove my the TOP BAR.
I also want to add center social icons at footer. & make my submit contact button color WHITE.
But CSS codes are not working since I used code to fix Metaslider.
Also there is too much space at footer of my pages.
Please Help.
December 12, 2016 at 11:30 pm #1202In reply to: footer not updating color
I changed it from inline block to inline via YellowPencil css editor and it seems fine now. Can we fix it though please?
December 12, 2016 at 2:36 pm #1200In reply to: Image in page title doesn't change
hi,
1. The size of image for page title background is : 1600 x 350
2. I update custom css in your site.
The max-width in css for full screen of browser width, the max width you in Theme Option is for content of your site layout width.
3. For page title background setting.
– For Shop category in Products > Category > upload image
– For Blog post in Post > Featured Iamge
– For Shop page and single product page in ThemeOptions > WooCommerce > General Setting > Page Title Background
– For separate page you can setting in Page > Featured image.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 12, 2016 at 2:16 pm #1199In reply to: Default Gray Overlay for Page Title Background
Hi,
1. You can change default gray overlay on page title by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.page-head:before { background: rgba(0, 0, 0, 0.4) ; }
And change “0,0,0” with your RGB code , “0.4” in (0.0 – 1.0) as 40% of opacity.
2. For top bar background color and text color you can change in JanStudio > Theme Option > Color Scheme > Header Color > Header Top Background, Header Top Color
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 12, 2016 at 1:50 pm #1198In reply to: Image in page title doesn't change
Hi,
Thanks for your quick replay!
1. What size is optimal for the page title images?
–> I’ve tried several but none so far looks good…2. The recommended custom CSS didn’t change anything.
–> as you can see the frame has no space on nor right nor left side. When I try to click on the small down arrow left of “Sort” on the right hand side, the scroll bar appears and the sorting doesn’t work correctly due to that.
–> what is the correlation between the max width and the max-width in the ccs-script?
(I tried to change it to 1220px as that’s the max width setting – but it didn’t change anything either)3. The fixed option for the page title is something I’ve been searching for in other sections, i.e. to be able to have a fixed background in a section anywhere in a page. Is it possible, and in what setting can I find the option?
-
AuthorSearch Results