badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 3,106 through 3,120 (of 3,480 total)
  • Author
    Posts
  • in reply to: Clean Retina Pro #22022

    Hi Deborah,

    After downloading the .zip file you have to manually update your theme below are the instruction to update the theme:
    First activate the different theme and delete the Clean Retina Pro theme from your WordPress Theme directory. (Note: make sure that you have not customize the code. If you have customized the code then your customize code will be lost. So, Please back-up you old version before deleting it)

    After deleting the old version now upload a new version of Clean Retina Pro theme and activate it.

    Thank you!

    in reply to: css for blog post info #22020

    Hi Barry,

    Remove all the above CSS and just paste the below one CSS it will take action to the post content area only.

    #content .entry-content a {
        color: #036057; 
        text-decoration: underline; }
    }

    Thank you

    in reply to: position the top menu on the far right #22019

    Hi Necrosoft,

    Please provide us your temporary username and password to [email protected]. We will set it for you.

    Thank you!

    in reply to: drop down menu styling #22017

    Hi Barry,

    For this you have to customize the code. You have to hire a developer for this.

    Thank you!

    in reply to: hyphenation of words #22010

    Hi Andrea1,

    Could you please provide us your site URL? with specifying which text content you want to make justify and also which automatic hyphenation of words you want to use. So that we can provide you a exact CSS code for you.

    Thank you!

    in reply to: How to see full post !? #22008

    Hi

    To show the blog full content first create a any page name and set that page template to blog full content full display from the right side of your editor page. Now you will see that page with blog full content.

    Thank you!

    in reply to: Search and Facebook Button Colors #22005

    Hi Thecedarsrc,

    Sorry! You can change the color via CSS for the search button but you cannot change the color for the social icons because social icons are called from the images. You have to edit the social icon image. You can find it inside the images directory.

    Thank you!

    in reply to: Updates #21974

    Hi Emilio,

    Please contact to our sales team at [email protected]. They will activate your subscription manually if it was not expired.

    Thank you!

    in reply to: position the top menu on the far right #21973

    Sorry we missed you post.
    To move top menu to right Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .info-bar .info {
        float: right;
    }
    .social-profiles, 
    .social-profiles ul {
        float: left;
    }

    Thank you!

    in reply to: Removing tags on blog page #21972

    Sorry Phyllis. We missed space between header and .cat-links please use below css code.

    .blog-medium header .cat-links,
    .blog-medium footer .tag-links {
        display: none;
    }
    in reply to: Menu and Page title transparency #21881

    Hi Michal,

    Are you asking to make non-transparent for whole menu bar or only for the drop-down menu?

    Thank you!

    in reply to: Removing tags on blog page #21879

    Hi Phyllis,

    Oh! Remove the previous css code and Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button to remove the tag and category for your blog page.

    .blog-medium header.cat-links,
    .blog-medium footer.tag-links {
        display: none;
    }

    Thank you!

    in reply to: menu buggy on smartphones #21764

    Hi Kai,

    Sorry menu is working fine in smartphones. You can check our theme demo https://www.themehorse.com/preview/ultimate-pro in your same smartphone. We have found below css code which is overriding the main css file. Remove it and it will be fine.

    #access ul li ul {
    position: absolute;
    background-color: rgba(58, 176, 219, 0.9);
    top: 50px;
    left: 0;
    width: 250px;
    }

    Thank you!

    in reply to: Removing tags on blog page #21760

    Hi Phyllis,

    To remove tag from the blog page Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .blog-medium footer.entry-meta {
        display: none;
    }

    Thank you!

    in reply to: bullets suppresed in text widget in sidebar #21590

    Hi Wgac,

    To have a bullets in the text widget Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .widget_text ul, 
    .widget_text ol {
        margin: 0 0 20px 30px;
    }
    .widget_text ul {
        list-style-type: disc;
    }
    .widget_text ol {
        list-style-type: decimal;
    }

    Thank you!

Viewing 15 posts - 3,106 through 3,120 (of 3,480 total)