Enhance solution management features: add title_description and bullets fields to SolutionResource, update OurSolutionPageController to fetch solutions in descending order, and create new views for displaying solutions with detailed descriptions and bullet points. Adjust CSS for active button styling and update navigation to reflect title instead of name for solutions.
This commit is contained in:
@@ -6695,7 +6695,7 @@ p {
|
||||
margin: 3px 3px 3px 3px;
|
||||
}
|
||||
.gallery__area-button button.active {
|
||||
color: var(--color-1);
|
||||
color: var(--text-white);
|
||||
background: var(--primary-color-1);
|
||||
border-color: var(--primary-color-1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user