virendra930
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change fonts of blog/articles listing pageForum: Fixing WordPress
In reply to: set an automatic default category for postshi stefanocps,
you can choose default post category in
setting–> writing sectionForum: Fixing WordPress
In reply to: How to change fonts of blog/articles listing pagehii Angietops7,
you can use this css code in your css for blog article titles.page-id-76 .content-lt.group a:first-child{font-size:16pt;}
hope it`ll help you and make sure to backup your css file before edit files or make a child theame for that
Forum: Fixing WordPress
In reply to: Cannot add media where it belongshi Selena Vella ,
kindly change and remove all your information like(login details and FTP details ) otherwise someone can hack or delete your site so please di it ASAP and you don`t need to give these information for supportForum: Fixing WordPress
In reply to: Just updated to 3.8.1 and site is gone. Help!The site seems to be working fine for me.
Forum: Fixing WordPress
In reply to: Sidebar Links not workinghii gunzbry,
may be its because your “container” class property is set as position:relative in “https://excelforth.com/test/wp-content/themes/Terra/stylesheets/skeleton.css” at line no 24 once remove it and then check
hope it`ll help youForum: Fixing WordPress
In reply to: Comments Section Displaying Improperlyhi MiracleB2013,
I think LapanWebsite is talking about clear:right; property which u used in commets section.
I think you can use clear:both in comments section..?which verion of IE you use?
Forum: Fixing WordPress
In reply to: Remove Site Title From Headerhi MiracleB2013,
just place this code in your css#header h1 { display: none; }
hope it`ll work for you.
Forum: Fixing WordPress
In reply to: changed site address to match WP address and now nothing worksagain go to filezilla and don
t double click it just right click on it and whwn you right click on it there is a option view/edit just click on it and it
ll open in your default text editor then place the code in last and save it
and the other option is when you double click it it`ll download on your local computer ,then open it ,edit it and again upload it .Forum: Fixing WordPress
In reply to: How to change website background?hi dbongi22,
Go to your style.css in your theme or make child theme and open style.css
on style.css on line no 224 you find these codebody { background-attachment: fixed; background-color: #5E5E5E; background-image: url("images/Bottom_texture.jpg"); background-position: left top; background-repeat: repeat; color: #000000; height: 100%; margin: 0; min-height: 100%; min-width: 1000px; padding: 0; }
just replace it with this code
body { background-attachment: fixed; background-color: #FFF; background-position: left top; background-repeat: repeat; color: #000000; height: 100%; margin: 0; min-height: 100%; min-width: 1000px; padding: 0; }
change your background color whatever you want and one thing more at line no 239 you`ll find this code so remove it also
background-image: url("images/Middle_texture.jpg");
and make sure to backup your css before changing hope it`ll help you
Forum: Fixing WordPress
In reply to: changed site address to match WP address and now nothing worksHi kimb0091,
you can define in site-Url and wordpress url in wp-config.php file too using FTPdefine( 'WP_SITEURL', 'https://example.com/wordpress' ); define( 'WP_HOME', 'https://example.com/wordpress' );
just use this code and replace your url with “https://example.com”
hope it`ll help youForum: Fixing WordPress
In reply to: How to remove "Leave a Reply" section on Twentyfourteen themewhenever you create a page/post there is a option in bottom to select allow comments or not and you can also disable it in setting=> disscussion
Forum: Fixing WordPress
In reply to: Horizontal Footer Pageshii
add this code in your child theme css or your theme cssul.xoxo li.page_item { display: block; float: left !important; padding: 11px; }
hope it`ll help you
Forum: Fixing WordPress
In reply to: What this code stands for?no you dont need to delete that code just add meta descriotion and keywords in plugin setting..