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 - 2,131 through 2,145 (of 3,480 total)
  • Author
    Posts
  • in reply to: my mobile menu didn't work #49911

    Hi Wang,

    To make the promo box picture clear please addd below custom CSS go to Appearance > Customize > Custom CSS and paste the below CSS code then click on Save button.

    @media only screen and (max-width: 1078px) {
       .widget_promotional_bar .promotional_bar_content {
          background-attachment: scroll;
        }
    }

    Thank you!

    Hi Emily,

    To make the block slightly transparent when hover over and to change just the text over it to white you have to add custom CSS go to Appearance > Customize > Additional CSS and paste the below CSS code then click on Save button.

    .post-main .has-post-thumbnail .entry-wrap:hover .entry-main {
        opacity: 0.8;
        -moz-opacity: 0.8;
    }
    .post-main .post .entry-main .entry-title a,
    .post-main .post .entry-main p {
        color: #fff;
    }
    

    Thank you!

    in reply to: How do I get my video to work on iPhone and iPad? #49902

    Hi Timothy,

    Did you created a layer as described here
    If not follow this doc and let us know.

    Thank you!

    in reply to: Site Hacked? #49897

    Hi Bigthumbs,

    Just activate any other theme first and delete the old version of the Attitude Pro theme and upload a new version of Attitude Pro that you have downloaded and activate it. We are working on automatic update process and will be implemented into all the premium themes soon.

    Your customize code will be removed if you have customize the main theme code. So, do not forget to backup old version if you have customize the main theme code.

    Thank you!

    in reply to: Top padding : where is it? #49895

    Hi Tarik,

    To reduce the top padding of the main content go to Appearance > Customize > Additional CSS and paste the below CSS code then click on Save button.

    #main {
        padding-top: 0px;
    }

    You can add top padding by increasing the digit value 0 above.

    Thank you!

    in reply to: Our Team Page #49806

    Hi Jquincy

    For this you have to add custom CSS. To add it go to Appearance > Customize/Theme Options > Design Options > Custom CSS paste the following CSS code and Click on save button:

    .widget_our_team .one-fourth {
        width: 100%;
    }
    .widget_our_team .our-team-photo {
        width: 30%;
        float: left;
        margin-right: 3%;
    }

    Thank you for using our theme.

    in reply to: Remove / Hide Page Title Container #49744

    Hi Jimzook,

    Sorry we misunderstood.

    To hide the section you have to add custom CSS code to add it login to your admin site then go to Appearance > Customize > Design Options > Custom CSS and paste the below custom CSS code and click on save button.

    .hgroup-wrap {
        display: none;
    }

    Thank you!

    in reply to: Custom colors #49742

    Hi Daniel,

    You can easily change the background color and text color via Appearance > Customize > WP Portfolio Pro Theme Option
    However, you can not change the background color and the text color for each individual articles.
    For this you have to add custom CSS code for each individual articles.

    Thank you!

    in reply to: homepage slider #49667

    Hi Lindaspiller,

    Add below custom CSS to hide the prev/next post links from the bottom of the single post.

    .single-post .nav-links {
        display: none;
    }

    Thank you!

    in reply to: Prev next link #49666

    Hi Lindaspiller,

    Add below custom CSS to hide the prev/next post links from the bottom of the single post.

    .single-post .nav-links {
        display: none;
    }

    Thank you!

    in reply to: Sub menu not working on Navigation bar #49664

    Hi Phil,

    Please add below custom CSS to work the navigation bar and also please correct the custom CSS that you have added in SeaChange Advocacy Custom CSS Styles

    .main-navigation ul li ul {
        top: 55px;
    }

    Thank you!

    in reply to: Change color footer Ambition Free #49663

    Hi Paulien,

    Yes this feature is available in the pro version only.
    You can change the color skin as well as color of different section in the pro version with lots of features you will enjoy.

    Looking forward for your purchase.

    Thank you!

    in reply to: Image Links #49662

    Hi Tanya,

    Sorry! The offer has been already expired.

    Thank you!

    in reply to: Top padding : where is it? #49659

    Hi Tarik,

    Can you exactly clarify on which page you need to add top padding for title and post?
    So that we can provide you a exact custom CSS code.

    Thank you!

    in reply to: Remove Gap on Bottom of Home #49435

    If your site is not live yet.
    Please provide us the screenshot so that we will be clear which bar you are talking about.

    Thank you!

Viewing 15 posts - 2,131 through 2,145 (of 3,480 total)