chirag rathod
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I change blog post style in homepage?hey again
that’s the smartest thing you have said to me and let me knoe in future your problem is solved or notForum: Plugins
In reply to: How can you make a menu with all categories and all the postshey maordany
https://msdn.microsoft.com/en-us/library/mt476049(v=vs.110).aspx ,i saw the website and their functionality for their menu and their tree menu, so i can say that you have to try with your left sidebar in dashboard ,in left sidebar you HAVE TO create menu looks like drop dawn it will be work
1) create new menu with you r required tree list
2)put those menu in left sidebar widget
hope it’ll be workForum: Themes and Templates
In reply to: [Theme: Outspoken] — Remove borders from homepage widgeti think first grey bar is under the HEADER area so if you wnat to remove the apply this css
#section-navigation {
clear: both;
display: none;
z-index: 100;
}and secon grey bar is under the WIDGET area so you ca disable the border-top css then try ,,,i think that will be work
.widget .widget-title {
border-bottom: 1px solid #ececec;
border-top: 5px solid #ececec; <– DISABLE /REMOVE this CSS
color: #444;
font-size: 2rem;
font-weight: 400;
line-height: 3.4rem;
margin: 0 0 1.4rem;
padding: 0.5rem 0;
}Forum: Themes and Templates
In reply to: [Amadeus] Add widget area in side baryou can try get_sidebar or get_dynamic_sidebar in your header area,
but you have to create your own sidebar widget or you can search with plugin this may help your problemForum: Fixing WordPress
In reply to: How do I change blog post style in homepage?so you can change it, go to DASHBOARD>SETTING>READING> then select how many post per page you want and other setting of your post will be ask for theme support or you can try within dashboard> post or if you are familiar with programing then edit the coding file for post