Hello!
Website http://proformu.club
1.
In some sections of the main menu of many items.
These items are arranged vertically. And do not fit on the first screen.
Is it possible to place the items horizontally, which they placed on the first screen? ..
Screenshot: https://screenpresso.com/=JOqfe
2.
When I can change “read more” button background color?
And change «Post Comment» button background color?
3.
Where to edit block Latest Articles (Visual Composer)?
4.
Widget [tagDiv] Blok 9. How to: Add Post Preview ? and remove post category?
Thank you.
Hello IgorM71,
1)Unfortunately, the drop down of your menu items has been designed to be only vertically aligned, sorry! If you want to make these to be in the horizontally way, you should make some changes and this type of request are not covered by our support, sorry!
2)If you want to change the background color for your Read more button, try the code below and place it in Theme panel->Custom CSS area.
.td-read-more a{
background-color:green!important;
}
The result is here -> https://www.screencast.com/t/xZii1ExPnH
3)Unfortunately, the latest articles block cannot be edited from Theme panel, sorry! If you want to have more control over this section, you should edit the Page Template from Page Editor, like this -> https://www.screencast.com/t/xQ2wf6rcDK
4)Provide more details about what you want to achieve so I will be able to provide a more accurate response. Also, provide some useful screenshots so I can exactly understand what you want to achieve.
I have tried to check your website but it seems to be in maintenance mode.
Thanks for the message!
Hello Catalin!
2.
“Read more” button – excellent, everything worked out.
When I can change “Post Comment” button background color?
4.
OK, screenshot: https://screenpresso.com/=nRdO
ps
I want translate (russian) admin theme settings panel. How can I do this? When I can find *.po files ? I see default.po, but there translate only site front end.
Thanks for the help!
Hello IgorM71,
2)Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
input[type="submit"] {
background-color:green!important;
}
The result is here -> https://www.screencast.com/t/uIV8VprepZ
4)Provide your website, so I can take a closer look and also, so I can provide a more accurate response.
Regarding on translation, please notice that our Theme panel is custom made and if ou wants to translate it you should edit the theme core files.
So, if you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message!
Hello Catalin!
Thanks for the help!
Stayed last question, 4:
>Widget [tagDiv] Blok 9. How to: Add Post Preview ? and remove post category?
>screenshot: https://screenpresso.com/=nRdO
My site: http://proformu.club
Hello Igor,
Please try using the Block 7 for your Sidebar and from theme panel you can disable the Category Tag for this type of block, like this -> https://www.screencast.com/t/bynkuJWw and the result is here -> https://www.screencast.com/t/quTyThSK
Thanks for your understanding!