Forum Replies Created
-
AuthorPosts
-
Theme Horse Support TeamKeymaster
Hi Manoranjan
I sees that you fixed it
Thanks
Theme Horse Support TeamKeymasterHI manoranjan
I think you solved it. Sorry for late reply
ThanksTheme Horse Support TeamKeymasterHi Grahman
Yes you can change the color or the background image from apperance-> theme – option-> design- options -> custom background but you can’t change the custom background of the pages to be transparent.
Thanks
SunilTheme Horse Support TeamKeymasterHi Knh81
We dont have this facility on free version. We got this facility only in pro.
If you are good in coding then you can create the child theme and edit them code.
Regards
SunilTheme Horse Support TeamKeymasterHi tryffel
We dont have this feature in this free version but we do have this feature on pro.
Thanks
SunilTheme Horse Support TeamKeymasterI think you are not getting how the child theme works. You should try to research first on how child theme works then only you would be able to implement it correctly. But I will try to make you clear in short.
Actually when you create child theme style you write @import url(….) to import all the css of the parent theme so that the child theme looks exactly like the parent. Now if want to modify any part then you have to write the css below the @import url(….). This css written below will override the parent css. Remember there is no such thing of deleting parent css. You can only override it with your new css but cannot delete it. Actually you don’t need to delete the css since the overriding will do fine. Let’s see this in example.
Suppose you parent theme has this
h1 {
padding: 4px;
border: 1px solid #000000;}
and now you don’t want this or you want to delete it. Now what you can do this in your child theme to counter it
h1 {
padding: 0px;
border: 0 none;
}This will counter the css in parent. I hope you now understand how you should go ahead.
Theme Horse Support TeamKeymasterHi Floy
Please send us your site link. So that we will look on it
Thank you
SunilTheme Horse Support TeamKeymasterHi
You need code customization for it. If you want the navigation menu below the header image then use slider inplace of header image. Because slider appears below the navigation menu.
If you really want this header image below the navigation menu then after creating child theme and customize your code. If you are good in coding then you can customize it otherwise hire a developer.
Thanks
SunilTheme Horse Support TeamKeymasterHi
You can’t delete Parent theme CSS. Why have you made this child theme if you are going to delete parent theme? The CSS you need to customization is only customize in child theme but not in the parent theme. You can customize in child theme css only.
Yes if you customize in parent theme then while updating our new version all your customization will be lost. So to be save from your customization we make child theme.
Thanks
SunilTheme Horse Support TeamKeymasterOk Sounds Great
Theme Horse Support TeamKeymasteryou Welcome Debbie
Theme Horse Support TeamKeymasterHi
I saw that you imported the double time CSS. You have created here child theme and done wrong.
Once you use this code
@import url(“../attitude-pro-1/style.css”); it will automatically export the css. So you dont need to copy paste all other CSS. This caused the porblem of Bullet. So which CSS you want only add that CSS not the other all CSS. If there is still the problem then we will look on it.Thank You
SunilTheme Horse Support TeamKeymasterHi Manoranjan
I tried in my editor and its working fine. Where have you tried it ? If you have link then send us ?
Thank you
SunilTheme Horse Support TeamKeymasterAlready replied to you
Theme Horse Support TeamKeymasterHi Debbie
I am sorry that we don’t have this feature. We will think about it in our upcoming version.
Thanks
Sunil -
AuthorPosts