-
Posted in : Readme
-
Hey, is it possible to make the category tag cloud appear on the top of the blog page when it gets responsive?
Actually when I make the window smaller, as in smaller devices, the categories appear at the bottom of the page and it’s not so intelligent and user friendly.thanks, hoping in some solution!
2. How to change the colour and the hover colour of each category button and the colour of tag cloud title “categories”?
Thank you
Hi @andreisavca;
1. Sidebar is the second content for the page and in the small devices, it has to stay at the bottom.. So is not possible by default to move it to the top.2. You can use these custom css codes; (change the color code)
.widget_categories .widget-title { color: #DA1919; } .widget_categories a { color: #946F6F; } .widget_categories a:hover { color: #ccc; } .widget_categories ul li.cat-item a { border: 1px solid #CCC; }Ok thanks anyway. For changing the colour of categories in the sidebar, it does not work
Hi @andreisavca;
I am not able to control your website because it is not online. There should be a small mistake. Please let me know when it is online .
Thankshey it’s online now! http://www.thechange.world
How to write a private message with the user ad psw?
Hi @andreisavca;
You can use these custom css codes;.widget_tag_cloud > .widget-title { color: #CE1F1F; } .tagcloud a { color: #401818; border: 1px solid #E48282; }Thanks
I also asked for the hover colour. Could you please tell me the custom css code?
Could you please tell me also the codes to change the colour of the “start from here” menu widget and both colour and hover of its links? (www.thechange.world/blog/)Thank you so much
These custom css codes will effect just only tag cloud area. If you want to all your widget area together please use the below content.
.widget_tag_cloud > .widget-title:hover { color: #ccc; }
.tagcloud a:hover { color: #000; border: 1px solid #000; }Hi @andreisavca;
These custom css codes will change the entire your widget title. You can control all your widget title color and hover with them..widget-title { color: #ccc; } .widget-title:hover { color: #ccc; }These custom css codes will change the entire your widget content area. You can control all your widget content color and hover with them.
.widget-area a { color: #A27B7B; } .widget-area a:hover { color: #ccc; }Thanks
thank you so much! :)
You must be logged in and have valid license to reply to this topic.