Forum Replies Created

Viewing 20 posts - 2,721 through 2,740 (of 3,114 total)
  • Author
    Posts
  • in reply to: How do you add a header ad? #1162
    Hash
    Keymaster

    You can add it from Widget Page. There is a widget area with name Headers Ads

    in reply to: Portfolio #1157
    Hash
    Keymaster

    You need to create a post and the category. Assign the post to the category. When you create a new category, you will see the option to check the category in the Portfolio Section of the Customzer. Make sure to upload the image that will show as a portfolio Image.

    in reply to: slideshow #1156
    Hash
    Keymaster

    Hi,

    Create a new page with title, content and featured image. And the go to Appearance -> Customizer Menu. In the Home Page Section -> Slider Section you will see option to assign the pages. Assign the Pages to that section to create a slider.

    in reply to: Site Header and other questions #1153
    Hash
    Keymaster

    Here is the CSS to change the background color of Header and Page Title

    #ht-masthead{
    background: #FF0000;
    }
    
    .ht-main-header{
    background: #FF0000;
    }
    in reply to: Setting of displayed home page #1152
    Hash
    Keymaster

    Looks like you have not uploaded a featured image for the page that you selected for a slider

    in reply to: Setting of displayed home page #1148
    Hash
    Keymaster

    I suppose it was well mentioned in the customizer panel. Again its 1900×600 or any size around that will be good.

    in reply to: Section background images on mobile devices #1147
    Hash
    Keymaster

    As you show know the height of the section get larger as all the content stack upon each other. So if you want you image to cover the whole section in the mobile device then it obvious that you show upload image with some larger height.

    in reply to: Site Header and other questions #1146
    Hash
    Keymaster

    Are you referring to page title background – the gray one?

    in reply to: Logo doesn't show #1141
    Hash
    Keymaster

    Seems like you have changed the theme.

    in reply to: Static Page background Images #1140
    Hash
    Keymaster

    Thank you for your suggestion.

    in reply to: Remove Padding on left and right side of page #1139
    Hash
    Keymaster

    If you make a container full width you text will also start from left most and finishes at edge of the screen.

    in reply to: Not use a home section #1138
    Hash
    Keymaster

    This feature was added in latter updates so the older version theme does not have these features.

    in reply to: Site Header and other questions #1137
    Hash
    Keymaster

    The current logo seems fine to me. If you want to make it more bigger then add the below CSS code using custom CSS plugins

    #ht-site-branding img {
    max-height: 70px;
    }

    in reply to: Switching Home page section order #1136
    Hash
    Keymaster

    Sorry, the theme does not have option to order the sections.

    in reply to: Team section #1135
    Hash
    Keymaster

    Sorry, both are not possible with the available option in the theme

    in reply to: Setting of displayed home page #1134
    Hash
    Keymaster

    Hi,

    You need to upload a featured image for the page that you selected as slider.

    in reply to: Lock/static header #1133
    Hash
    Keymaster

    The CSS code below can help you.

    #hs-masthead{
    background: #000;
    animation: none;
    }

    in reply to: Site Header and other questions #1119
    Hash
    Keymaster

    Hi,

    I am sorry to say but you will have to go with the features provided by the theme. There is not other alternative apart from recoding it.

    And if you need to remove the breadcrumb, here is the CSS that will remove it. Paste the below code using some custom CSS plugins.

    #total-breadcrumbs{display:none}

    in reply to: Logo doesn't show #1118
    Hash
    Keymaster

    The logo should show once you upload it. Can you tell us in which section did your upload the logo and also your website url so that we can understand better regarding the problem.

    in reply to: Cyrillic fonts #1117
    Hash
    Keymaster

    Hi,

    You will have to edit the code for it. Or you may try search for some google font plugin. I think they might help you.

Viewing 20 posts - 2,721 through 2,740 (of 3,114 total)