Softound Solutions
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Issue with Space created before FooterTry this
#colophon .site-info.container{ text-align:center; }Forum: Themes and Templates
In reply to: Issue with Space created before FooterTry this CSS
.content-area .hentry, .page .page-wrap .content-wrapper { padding-bottom: 0px; }Forum: Themes and Templates
In reply to: Issue with Space created before FooterCan you take a screenshot and mark, which part of the space to be removed ?
Forum: Themes and Templates
In reply to: Issue with Space created before FooterPlease put and let me know. i couldn’t find the above CSS.
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Twenty Sixteen: remove tags from all postsHi,
Put this function in your functions.php file
function twentysixteen_entry_taxonomies() { $categories_list = get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentysixteen' ) ); if ( $categories_list && twentysixteen_categorized_blog() ) { printf( '<span class="cat-links"><span class="screen-reader-text">%1$s </span>%2$s</span>', _x( 'Categories', 'Used before category names.', 'twentysixteen' ), $categories_list ); } /** $tags_list = get_the_tag_list( '', _x( ', ', 'Used between list items, there is a space after the comma.', 'twentysixteen' ) ); if ( $tags_list ) { printf( '<span class="tags-links"><span class="screen-reader-text">%1$s </span>%2$s</span>', _x( 'Tags', 'Used before tag names.', 'twentysixteen' ), $tags_list ); } */ }Forum: Themes and Templates
In reply to: [Twenty Sixteen] Twenty Sixteen: remove tags from all postsLet me try
Forum: Themes and Templates
In reply to: Issue with Space created before FooterHi,
Try this CSS
#pg-4-0 .panel-row-style{ padding: 100px 0px 25px !important; }Forum: Themes and Templates
In reply to: How to change CTA Font in Sydney Theme?Hi,
Try this css
.header-slider .roll-button.button-slider{ text-transform: none; font-size: 25px; font-weight: normal; }Forum: Themes and Templates
In reply to: [i-max] Slider font sizesHi, i checked , the CSS is not there in site. again try to save the CSS in theme.
Forum: Themes and Templates
In reply to: [i-max] Slider font sizesTry this CSS
@media only screen and (max-width:939px) { .slider-content-wrap h2 { font-size:20px !important; } }Forum: Themes and Templates
In reply to: saga template displayHi, just read the theme documentations, there may be some settings and sample contents to import, then you will get the design as shown in demo.
Forum: Themes and Templates
In reply to: [i-max] Slider font sizesHi, let me check it
Forum: Themes and Templates
In reply to: [Hueman] grey colour section below primary sidebarHi,
There is gray background image for main-inner container,
You can put the following CSS
.col-2cr .main-inner{background:none;}Forum: Themes and Templates
In reply to: [Delicious] Dropdown menuYour site asks password
Forum: Themes and Templates
In reply to: finding the editcss file on the ftp serverOh Great, set this topic as resolved.