Hello,
At the home page, there is a “bottom” widget(with news carousel in the demo) displayed right above the footer. How can I display that in all pages and posts, including 404, search pages, tag pages, etc.? Thank you!
Open the file footer.php, remove lines
12 <?php if( is_home() ) : ?>
and 21 <?php endif; ?>
Try, maybe it helps
Thank you so much!
Hi Andrew,
Hope that you are well today.
Unfortunately, the DW Focus does not support the feature yet so far.
Can you please answer my question here? http://cmspioneer.com/designwall/question/how-to-change-link-color-to-its-theme-color/
To change color for the category, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.
/*Blue: */
.navbar .nav li.color-blue a { color: blue; }
/*Cyan:*/
.navbar .nav li.color-cyan a { color: cyan; }
/*Green:*/
.navbar .nav li.color-green a { color: green; }
/*Orange: */
.navbar .nav li.color-orange a { color: orange; }
/*violet:*/
.navbar .nav li.color-violet a { color: violet; }
/*yellow:*/
.navbar .nav li.color-yellow a { color: yellow; }
/* navbar*/
.navbar .nav .sub-menu li a { color: #000 !important;}
.navbar .nav .subcat-title a { color: #000 !important}
Please login or Register to submit your answer