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 - 2,251 through 2,265 (of 3,476 total)
  • Author
    Posts
  • in reply to: Replace dotted line under header logo #47082

    Hi,

    To remove the line below the header logo go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    #site-title a:after {
        content: normal;
    }

    Thank you for using our theme.

    Hi Alie_kekanbas,

    To move info content next to the right side of social profiles go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .info-bar .info {
        float: right;
    }
    .info-bar .info ul li {
        margin-right: 0;
        margin-left: 20px;
    }

    Thank you for using our theme.

    in reply to: Updating text box on Front Page #47080

    Hi Eveliina.lindell,,

    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/attitude
    We really appreciate your rating.

    Thank you!

    in reply to: dropdown menu disappear when mouse hover #47079

    Hi Sara,

    To add a 3rd column it needs code customization. You have to hire a developer as this is a new feature to add in the theme.

    Thank you!

    in reply to: Custom created icons blurry #47078

    Hi Debbie,

    Could you please provide us the site URL? So that we can see the blurry icon and try to solve your question.

    Thank you for using our theme.

    in reply to: I want to hide the menu from two pages #46937

    To remove the advertising banners on the sidebar from the Register/ Login Page go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS and add the following CSS code and click on save button:

    .page-id-113 #secondary .widget_text, 
    .page-id-115 #secondary .widget_text {
    	display: none;
    }

    Thank you!

    in reply to: Custom created icons blurry #46936

    Hi Debbie,

    Could you please provide us the site URL? So that we can see the blurry icon and try to solve your question.

    Thank you for using our theme.

    in reply to: dropdown menu disappear when mouse hover #46935

    Hi Sara,

    We have viewed your site and drop down menu is working fine when mouse hover on it.
    If you have any issue then let us know.

    Thank you for using our theme.

    in reply to: Trouble with Slider Image sizing #46861

    Hi Bruce,

    Feature slider in ambition theme covers your whole screen size and the position will be at center. To make it default Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    .featured-slider .featured-image {
        background-attachment: inherit;
        background-position: inherit;
        background-size: inherit;
        min-height: 260px;
    }

    Please adjust above 260px min-height as of your featured image and let us know.

    Thank you!

    in reply to: I want to hide the menu from two pages #46859

    Hi Waterrabbit7,

    To hide the menu in Register/ Login Page and the Login Page go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on save button:

    .page-id-113 #access, 
    .page-id-115 #access {
    	display: none;
    }
    #site-logo {
    	margin-bottom: 32px;
    }

    Thank you for using our theme.

    in reply to: How to change my own font at menu-item on widget menu ? #46858

    Hi Chaimongkol,

    Apologies for the late reply.
    Could you please provide us the site URL? So that we can help you.

    Thank you!

    in reply to: Trouble with Slider Image sizing #46720

    Hi Bruce.gibbins,

    You can use any image size however to support the large screen size we recommend you to use large image. You can reduce the image size via different image optimize software. We have also used 2300 X 1300px images in the featured slider in our demo site which is just 2MB.

    Thank you!

    in reply to: Blog posts in Business layout #46718

    Hi Daisuke,

    For this you have to create new widget which needs code customization you have to hire a developer as it is a new feature to add in the theme.

    Thank you!

    in reply to: Only display header image on home page #46717

    Hi ruth elizabeth smith,

    To hide site title on home page only then add below custom css too

    .home #site-logo { 
       display: none;
    }

    Thank you!

    in reply to: Changing hyperlinks behaviour #46716

    Hi Boni,

    To add the underline in all hyperlinks go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

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

    Thank you!

Viewing 15 posts - 2,251 through 2,265 (of 3,476 total)