Forum Replies Created

Viewing 20 posts - 3,021 through 3,040 (of 3,089 total)
  • Author
    Posts
  • in reply to: header image #270
    Hash
    Keymaster

    Hi,

    The header image is not enlarged when i checked your website. Can you please be more specific about your problem?

    in reply to: Picto colors #263
    Hash
    Keymaster

    Sorry, there is no option to change the color option in the theme.

    in reply to: Blog #262
    Hash
    Keymaster

    Hi,

    If you followed the instruction properly, it should have worked.

    Email us at support@hashthemes.com with your login detail if you want us to check.

    in reply to: Bigger header logo #259
    Hash
    Keymaster

    oh sorry, i though you are looking for page banner. Here is the css to make the header logo bigger.

    #sq-masthead{height:auto;}
    #sq-site-branding img{max-height:none}
    in reply to: Gallery attachment pages #258
    Hash
    Keymaster

    Hi,

    By default the attachment page show only one image so it is not possible to edit attachment page to add more image. You can use some gallery plugin for it.

    in reply to: Transparent navigation ribbon size and colour #255
    Hash
    Keymaster

    Seems like you have done few changes in CSS with the website. It might break the responsive of the website. Also direct edit in the main theme file can get loss in the theme updates.

    Here is the solution for your issue

    #sq-masthead{height:auto;background:rgba(30, 36, 42, 0.8)}

    in reply to: Removing "Comment Closed" #254
    Hash
    Keymaster

    Add this CSS using some Custom CSS plugin

    .comment-count{display:none;}

    in reply to: Sidebar in post page #251
    Hash
    Keymaster

    Hi,

    The sidebar option only works for post/page only. Apart from this, all other pages(blog) has right sidebar by default.

    in reply to: Transparent navigation ribbon size and colour #250
    Hash
    Keymaster

    Can you please let us know your website url?

    in reply to: Slider animation #246
    Hash
    Keymaster

    Its inside js folder

    in reply to: Changing font color #244
    Hash
    Keymaster

    You need to add custom CSS for it. Here is the code

    .sq-main-title{color:#EEE;}

    Use some Custom CSS plugin to add the code.

    in reply to: Changing link colors and using excerpts #243
    Hash
    Keymaster

    Hi,

    1. Here is the CSS to change the color of the link in post/page. Use some Custom CSS plugin to add the code.

    .content-area .entry-content a{color:#5bc2ce; text-decoration:underline}

    2. Check this link that will help you to learn how to add excerpt in the archive page instead of showing whole posts. http://www.wikihow.com/Add-Read-More-to-Wordpress

    in reply to: Bigger header logo #242
    Hash
    Keymaster

    Here is the CSS that may help you. Use some Custom CSS plugin to add the code.

    .sq-main-header{padding:200px 0 100px}

    in reply to: error #241
    Hash
    Keymaster

    Hi,

    The error message seems to be generated from some of the plugin. So it would be good if you check by disabling the used plugin. The theme does not have this error so far.

    in reply to: Bannerimage #240
    Hash
    Keymaster

    Sorry, it is not possible with the available option but we can do it for a paid customization that would cost you $50

    in reply to: Background Image #239
    Hash
    Keymaster

    The empty grey background is due to the small background image uploaded. So the best solution is to upload some larger size image.

    Or you can even use the below CSS

    #hs-counter-section, #hs-contact-section{background-position:center !important;}

    in reply to: Background Image #233
    Hash
    Keymaster

    Can you please be more specific with your question with your website url?

    in reply to: Links in Slider #224
    Hash
    Keymaster

    Sorry. It is not possible with the available feature.

    in reply to: Slider animation #223
    Hash
    Keymaster

    Thank you.

    To make slider move slower, you will have to change the code in js/square-custom.js

    find the code

    $('#sq-bx-slider').bxSlider({
    		'pager':false,
    		'auto' : true,
    		'mode' : 'fade',
    		'pause' : 5000,
    		'prevText' : '<i class="fa fa-angle-left"></i>',
    		'nextText' : '<i class="fa fa-angle-right"></i>',
    		'adaptiveHeight' : true
    	});
    

    and increase the pause value.

    in reply to: Adding links in Footer #219
    Hash
    Keymaster

    Hi,

    If you use the text widget, the HTML should work for all the 5 footer widget area available for the footer.

Viewing 20 posts - 3,021 through 3,040 (of 3,089 total)