tangentdesign
Forum Replies Created
-
It worked! Thanks heaps. Excellent support. Love you guys
Forum: Themes and Templates
In reply to: Cant find site identity to change titleWhat is your site address?
Forum: Themes and Templates
In reply to: [Twenty Sixteen] too much white spaceThat css code should be putted in css stylesheet, not header.php. Go to Appearance > Editor.
Forum: Themes and Templates
In reply to: [Zerif Lite] can't change colorsIf you followed all the steps correctly in here. I am sure it would not be a problem. https://codex.www.ads-software.com/Child_Themes.
Good luck.
Forum: Themes and Templates
In reply to: Remove White Space in the header of my Vantage ThemeNo worries at all. Just simple thing I could do
Forum: Themes and Templates
In reply to: Remove White Space in the header of my Vantage ThemeYou’re welcome.
Of course you can adjust the spacing by changing number 15px
eg: #masthead .hgroup{ padding:10px 0}
Forum: Themes and Templates
In reply to: Remove White Space in the header of my Vantage ThemeYes Michelle ??
Forum: Themes and Templates
In reply to: Remove White Space in the header of my Vantage ThemeHi there,
I thought the issue has been sorted out since it’s been 2days without hearing from you :))
if you found the css file where to put code in, please add this below in bottom line:
#masthead .hgroup{ padding:15px 0}Hi,
It makes sense not to using @import.
So try with this :
<?php
function my_theme_enqueue_styles() {
$parent_style = ‘parent-style’;
wp_enqueue_style( $parent_style, get_template_directory_uri() . ‘/style.css’ );
wp_enqueue_style( ‘child-style’, get_stylesheet_directory_uri() . ‘/style.css’, array( $parent_style ) );
wp_enqueue_style( ‘child-1-style’, get_stylesheet_directory_uri().’/inc/css/slider.css’, array(‘child-style’));
}
add_action( ‘wp_enqueue_scripts’, ‘my_theme_enqueue_styles’ );
?>Forum: Themes and Templates
In reply to: [Refur] Featured Content not appearingIn the Setting > Reading, did you select option “Your latest posts ” for “Front page displays”?
Forum: Themes and Templates
In reply to: [Education Hub] Same post shows in News and EventsHi,
Create 2 separate categories are News and Events, then add the 1st post under individual category.
Forum: Themes and Templates
In reply to: Remove White Space in the header of my Vantage ThemeHi there,
What did you mean by get rid of the white space in the header? You meant to reduce the height of the header?
To update the css files, go to Appearance > Editor
Brilliant !! Glad you got it resolved
Forum: Themes and Templates
In reply to: How to edit text in footerI am unsure, but try to look into Appearance > Widgets