badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 5,131 through 5,145 (of 5,207 total)
  • Author
    Posts
  • in reply to: Header image below menu #8977

    Hi Manoranjan

    I sees that you fixed it

    Thanks

    in reply to: Right Sidebar in Contact Us page #8976

    HI manoranjan

    I think you solved it. Sorry for late reply
    Thanks

    in reply to: Changing the main page default color? #8974

    Hi 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
    Sunil

    in reply to: Custom Footer for Child Theme #8973

    Hi 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
    Sunil

    in reply to: Slider linkes to wrong page #8972

    Hi tryffel

    We dont have this feature in this free version but we do have this feature on pro.

    Thanks
    Sunil

    in reply to: Bullet points not seen in the pages #8942

    I 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.

    in reply to: custom gallery #8939

    Hi Floy

    Please send us your site link. So that we will look on it

    Thank you
    Sunil

    in reply to: Header image below menu #8938

    Hi

    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
    Sunil

    in reply to: Bullet points not seen in the pages #8937

    Hi

    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
    Sunil

    in reply to: slider on homepage doesn't work #8936

    Ok Sounds Great

    in reply to: Reduce space on left hand side of header logo #8935

    you Welcome Debbie

    in reply to: Bullet points not seen in the pages #8917

    Hi
    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
    Sunil

    in reply to: Bullet points not seen in the pages #8916

    Hi Manoranjan
    I tried in my editor and its working fine. Where have you tried it ? If you have link then send us ?
    Thank you
    Sunil

    in reply to: Right Sidebar in Contact Us page #8915

    Already replied to you

    in reply to: Change header background colour but not body colour #8914

    Hi Debbie

    I am sorry that we don’t have this feature. We will think about it in our upcoming version.

    Thanks
    Sunil

Viewing 15 posts - 5,131 through 5,145 (of 5,207 total)