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 - 3,256 through 3,270 (of 3,440 total)
  • Author
    Posts
  • in reply to: Removing top part of the header #13278

    Hi Paperdavid,

    To remove the top part of the header where the logo and social media icons sit Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .hgroup-wrap {
        display: none;
    }

    Note: If you wish to display header logo and social media again then remove above CSS from the Custom CSS options.

    Thank you!

    in reply to: Reduce GAP between Slider and Text Widget #13277

    Hi Alice,

    To gap between the slider on the home page and text widget Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #main {
        padding-top: 30px;
    }

    Thank you!

    in reply to: Site width #13276

    Hi Klemen,

    Please provide the page link where there is a extra space. We could not able to find any extra spaces on the right side. Right side spaces are perfect on your site.

    Thank you!

    Hi Gaurav.nirvana,

    Sorry! Featured image is wrapped inside the fixed container width so it is not easily possible to make it 100% width between the page. It needs code customization you have to hire a developer for this.

    Thank you!

    in reply to: Web Page Columns #13188

    Hi Mike,

    Add below code in your page editor then add your content in below You half one column contain goes here… text.

    <div class="column clearfix">
        <div class="one-half">You half one column contain goes here…</div>
        <div class="one-half">You half second column contain goes here….</div>
    </div>

    Regards,
    Theme Horse

    Thank you!

    in reply to: Center Logo in Header #13187

    Hi mjm0732,

    To removed the navigation menu and to center the page logo Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-logo {
        float: none;
        text-align: center;
        margin: 32px 0;
    }
    .hgroup-right {
        display: none;
    }

    Thank you!

    in reply to: How do I narrow the height of the Navigation area? #13186

    Hi Carol,

    To change the height of my menu/nav. area and display Menu on one line vs. two Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access a {
        height: 40px;
        padding: 20px 0 0;
    }
    #access ul li ul {
        top: 60px;
    }
    #search-box {
        top: 60px;
    }
    .search-toggle {
        margin-top: 22px;
    }
    .menu-toggle {
        margin-top: 25px;
    }
    .hgroup-right {
        float: none;
        padding-right: 0;
    }

    Thank you!

    in reply to: content block width #13185

    Hi Gomezborbon,

    Where you want to have that?
    If you are asking about to have it on content section then it needs code customization you have to hire a developer for this.

    Thank you!

    in reply to: Social Icon Color #13183

    Hi theburgernerd,
    have the color of the social icons remain colored and not just colored when hovered over.
    Paste below CSS code in the custom CSS options.

    .social-profiles ul li.facebook a {
    	background-position: 0 -40px;
    }
    .social-profiles ul li.twitter a {
    	background-position: -40px -40px;
    }
    .social-profiles ul li.google-plus a {
    	background-position: -80px -40px;
    }
    .social-profiles ul li.pinterest a {
    	background-position: -120px -40px ;
    }
    .social-profiles ul li.linked a {
    	background-position: -160px -40px;
    }
    .social-profiles ul li.tumblr a {
    	background-position: -200px -40px;
    }
    .social-profiles ul li.vimeo a {
    	background-position: -240px -40px;
    }
    .social-profiles ul li.my-space a {
    	background-position: -280px -40px;
    }
    .social-profiles ul li.flickr a {
    	background-position: -320px -40px;
    }
    .social-profiles ul li.you-tube a {
    	background-position: -360px -40px;
    }
    .social-profiles ul li.rss a {
    	background-position: -400px -40px;
    }
    .social-profiles ul li.dribbble a {
    	background-position: -440px -40px;
    }
    .social-profiles ul li.wordpress a {
    	background-position: -480px -40px;
    }
    .social-profiles ul li.deviantart a {
    	background-position: -520px -40px;
    }
    .social-profiles ul li.aim a {
    	background-position: -560px -40px;
    }
    .social-profiles ul li.github a {
    	background-position: -600px -40px;
    }
    .social-profiles ul li.blogger a {
    	background-position: -640px -40px;
    }
    .social-profiles ul li.stumbleupon a {
    	background-position: -680px -40px;
    }
    .social-profiles ul li.skype a {
    	background-position: -720px -40px;
    }
    .social-profiles ul li.foursquare a {
    	background-position: -760px -40px;
    }
    .social-profiles ul li.picasa a {
    	background-position: -800px -40px;
    }
    .social-profiles ul li.path a {
    	background-position: -840px -40px;
    }
    .social-profiles ul li.slideshare a {
    	background-position: -880px -40px;
    }
    .social-profiles ul li.paypal a {
    	background-position: -920px -40px;
    }
    .social-profiles ul li.delicious a {
    	background-position: -960px -40px;
    }
    .social-profiles ul li.lastfm a {
    	background-position: -1000px -40px;
    }
    .social-profiles ul li.behance a {
    	background-position: -1040px -40px;
    }
    .social-profiles ul li.netvibes a {
    	background-position: -1080px -40px;
    }
    .social-profiles ul li.digg a {
    	background-position: -1120px -40px;
    }
    .social-profiles ul li.reddit a {
    	background-position: -1160px -40px;
    }
    .social-profiles ul li.mail a {
    	background-position: -1200px -40px;
    }
    .social-profiles ul li.instagram a {
    	background-position: -1240px -40px;
    }

    Thank you!

    in reply to: Making Transparent Navigation Menu? #13122

    Hi Chocomilk,

    To make a menu section transparent like in your screenshot is not possible. We can transparent the menu section by providing you a some CSS code but you can not able to see the image of featured slider behind the menu. The menu section and featured section are totally separate with each other. It needs code customization you have to hire a developer for this.

    Thank you!

    in reply to: Image Help! #13121

    Hi Mike,

    Sorry! Mike images are displaying correctly. Gap that you see on the backend are not the exact design view that you will get on your frontend. We have designed that way if you select the image to Leftalign then it displays gap to right and bottom and if you select the image to rightalign then it display gap to the left and bottom of the image. We did it this way for the better view for the post that you clicked. I know what you are trying to say. If we did as you say then there will be gap problem on images for the post that you clicked.

    If you need though then we can help you by providing you a custom CSS code. Let us know what would you like to see on the images gap with a border around OR anything else?

    Thank you!

    in reply to: Change the size of the slider #12948

    Hi Cool Dad,

    How much size you want to make for slider? Are you asking to reduce the slider size horizontally or vertically?

    And to reduce the gap at the top of each page Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #main {
        padding: 20px 0 10px;
    }

    Thank you!

    in reply to: Need to add space under revolution slider in header #12944

    Hi Kelsey,

    To add gap below revolution slider Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .slogan {
        margin-top: 40px;
    }

    Thank you for using our theme.

    in reply to: Hyperlink Hover Color Change #12943

    Hi Chapline,

    To set the hyperlink hover color change to be the same colors changes that the menu and the widget custom menu Go to Appearance -> Theme Options -> Design Options Tab-> Color Options you will easily see the color skin option change the color as you like and save it.

    and for page title color Go to Appearance -> Theme Options -> Design Options Tab-> Font Color Options you will easily see the Heading color option change the color as you like and save it.

    Thank you!

    in reply to: Remove text widget background color #12842

    Hi tekgirl,

    Please specify clearily which section you want to change the background color in this screenshot. 1 OR 2

    Thank you!

Viewing 15 posts - 3,256 through 3,270 (of 3,440 total)