Hi,
Does anyone know how to edit the header footers (text in capital letters) in the attached image? I'd like to be able to style them. I'm using the Mins theme.
Many thanks,
Mark
Solved! Go to Solution.
If you do a right mouse click / inspect element, you should be able to see what style is being applied
If I had to guess it is going to be class="sidebar-header"
You would want something like
#text-1 .sidebar-header { YOUR CSS HERE }
Where text-1 is the ID of the div for that widget and then you can adjust the CSS as needed
Once your issue is resolved,
please be sure to come back and click accept for the solution
Get Better Support on the Community Boards!
Etiquette When Asking for Help from the Community
If you do a right mouse click / inspect element, you should be able to see what style is being applied
If I had to guess it is going to be class="sidebar-header"
You would want something like
#text-1 .sidebar-header { YOUR CSS HERE }
Where text-1 is the ID of the div for that widget and then you can adjust the CSS as needed
Once your issue is resolved,
please be sure to come back and click accept for the solution
Get Better Support on the Community Boards!
Etiquette When Asking for Help from the Community