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,206 through 2,220 (of 3,480 total)
  • Author
    Posts
  • in reply to: Background colorS #47726

    To change the main contain background color add below custom css

    #page {
        background-color: #eee;
    }

    Thank you!

    in reply to: Mobile break point breaks Featured Image titles #47724

    Hi Toddw,

    Responsiveness works with media screen size not with resolution. Even you mobile resolution is higher but the screen size will be small and according to the design of this theme you can not see the featured slider image clearly if we display title and content.

    Anyways, we have provided you a custom CSS to display the title and content of the featured slider So, please go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    @media only screen and (max-width: 767px) {
        .featured-text .featured-title, .featured-text .featured-content {
            display: block;
            padding: 3px 10px;
            font-size: 12px;
            line-height: 16px;
        }
    }

    Thank you!

    in reply to: Background colorS #47719

    Hi Marekmak,

    To change the background color you have to upgrade to the premium version of WP Portfolio theme where you can have a lots of features with color option to change the specific section. However, you can change it via custom css to set the background go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    #page:before, .entry-main {
        background-color: #fff;
    }

    Change above HEX color code #fff to you own HEX color code.

    Also we have spend lots of time and efforts to develop this theme available free for all.
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/wp-portfolio
    We really appreciate your rating.

    Thank you!

    in reply to: title in a multiple div #47699

    Hi Patricia,

    Please provide us the site URL? So that we can see the exact issue.

    Thank you!

    in reply to: BuddyPress Members Directory search field unusable #47660

    Welcome anytime. 🙂

    in reply to: Optimization help #47643

    Hi Dbj,

    Apologies for the late reply.

    Different cache plugin have different features for more features and cache you have to purchase a premium cache plugin and we recommended you to use WP Rocket premium plugin where you can cache not only JavaScripts but also cache more files. You can see the list of features here

    Thank you!

    in reply to: Home page slider is Not Responsive #47641

    Hi Tina,

    We have hide the Featured Image titles and Short Descriptions in small devices as this will overlap the whole slider image which will not be a user friendly.

    Thank you!

    in reply to: Blog Post Format #47633

    Hi Catherinetrestini,

    Sorry! To show your blog as a full content you need to hire a developer to customization the code as this is a extra feature to add in the theme.

    Thank you!

    in reply to: Changing hover effect #47632

    Hi,

    Exactly which section you want to change the hover effect in this theme?
    Are you asking for links hover?

    Thank you!

    in reply to: Links are out of alignment #47631

    We have received your email and we will communicate via email.

    Thank you!

    in reply to: Updating Attitude Pro #47618

    @scottsamborski We have just checked your order detail and your order is fine try one more time by login to your account and download the theme from the downloads tab.

    Thank you!

    in reply to: Mobile break point breaks Featured Image titles #47617

    Hi Toddw,

    We have hide the Featured Image titles and Short Descriptions in small devices as this will overlap the whole slider image.
    We can share some CSS code but it will overlap your slider image which will not be a user friendly.

    Thank you!

    in reply to: Logo and menu alignment #47616

    Hi Rawbean,

    To reduce the white space between the logo and the menu and page title bar go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #access a {
        padding-top: 10px;
        height: 30px;
    }
    .page-title-wrap {
        padding: 10px 0;
    }

    And to add the link a map from the address it needs code customization you need to hire a developer as this is a new feature to add in the theme.

    Thank you!

    in reply to: The content font has changed on it's own #47615

    Hi Boni,

    Sorry! We have just checked that and all is fine here.
    Which version of the theme you are using into your site the Current Version is 3.0.5? If you have not update the theme then please download it from our account page and update it into your site.

    Also please provide us the temporary username and password to your site via email so that we can see the exact issue into your site.

    Thank you!

    in reply to: How can I increase the space between lines in a List #47614

    Hi Boni,

    To increase the space between the lines go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #content ul li, #content ol li {
        padding-bottom: 5px;
    }

    Thank you for using our theme.

Viewing 15 posts - 2,206 through 2,220 (of 3,480 total)