-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
how to change the styles or colors or everything else #107
Comments
@sojonatgithub @tfsojon , |
For this content area, if I want to change bg color for the whole row, how can I do it? If I want to add a new "left-right content area" row for a page, how can I do it? |
added bg-color change option for image-content-block ref #107
Please add the option [enable: true or false] for every section/row. |
Please add this functionality. |
added option [enable: true or false] for section/row in OS & platform. |
Hello @devopstoday11, I'll look into it. If the "enable: true or false" functionality isn't working universally for every page, I'll work on integrating this feature for all pages and keep you updated. |
Hello @devopstoday11, The "enable: true or false" functionality work in every page. |
If I want to change color for text in certain area of content, how to do it?
![image](https://user-images.githubusercontent.com/59978378/233240939-348daa05-c1e1-424d-93d7-55161dd711e1.png)
Every project has it's own color. So I want to be able to use at least change colors for two levels of titles.
you can now change the the platform pages title and subtitle color
If I want to hide any row in a page, how can I do it?
Currently not every section or row has the option [enable: true or false]. I have to check and set the option. but if you remove the markdown content then the row will disappear (not for every section or row).
If I want to hide any full page, how can I do it?
set draft: true in md file
If I want to hide anything in the header bars menu items, how can I do it?
carefully check the menus.en.toml file and remove a menu-item like it has
If I want to add any new item into the header bar, how can I do it?
carefully check how the menus are listed in menus.en.toml file and add the menu-item that way
If I want to change Texts color in the Banner areas, how can I do it?
if you have to change this from markdown then I have to set the option for that.
I set this option for the title and subtitles whare you asked for. please check the markdown content.
if there are no option create an issue, I will do that.
@devopstoday11 I covered all the high priority issues you created. wish me a good weekend 😥
The text was updated successfully, but these errors were encountered: