urooj361
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ColorWay] Color text sub-menuUse This Code in Custom Css Section Of Theme Option
#menu .ddsmoothmenu li li { background-color: #fff !important; } #menu .ddsmoothmenu li li a{ color: #5a5959 !important; }
Forum: Themes and Templates
In reply to: [ColorWay] Changing the header area for ColorwayPaste the code given below in Custom CSS field of your dashboard.
.container_24 .grid_24.header { background: #009ccd !important; height: 270px; margin-left: 0px; width: 100%; -webkit-border-radius: 10px 10px 0px 0px; -moz-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px; }
Hopefully, This Will Work For You
Forum: Themes and Templates
In reply to: [ColorWay] Disable feature contentPaste the code given below in Custom CSS field of your dashboard.
#content { display: none; }
Forum: Themes and Templates
In reply to: [Compass] customize widgetsHello,
Could You Please Share The Link Of Your Site.
Forum: Themes and Templates
In reply to: [ColorWay] Sliders – I do not want a Slider DescriptionHello
Could You Please Share The Link Of Your Site
Forum: Themes and Templates
In reply to: [ColorWay] Blog Page to display all posts?Hello alexanderblake
Please Update The Newer Version Of Colorway i.e 3.3.5 In which You Will Be able To See All The Latest Post On Home Page In Carousel Form
Forum: Themes and Templates
In reply to: [ColorWay] Colorway – Home Top Feature ImageHello
Update The Latest Version Of Colorway Theme Which Is 3.3.5
This Will Solve Your Issue
Forum: Themes and Templates
In reply to: [ColorWay] German Language in the post sectionForum: Themes and Templates
In reply to: [ColorWay] Header not visible on homepageHello RinsD
It seems that you are using custom header for top image but in theme custom header is not available, you can upload image from theme option in logo section for top header image
Forum: Themes and Templates
In reply to: [ColorWay] Homepage Full BlogpostHello tesdna
Use the_content() function in loop.php and blog.php both files instead of the_exerpt() function, it will show the all content of post.
Forum: Themes and Templates
In reply to: [Compass] Language translationhello
Please use the qTranslate plugin for theme translation.
Forum: Themes and Templates
In reply to: [ButterBelly] Logo not overlapping slider like in demo.header_container { position: static; }
use this code in style.css
this is working for me