I’m using the Dawn theme and i would like to have my announcement bar text in bold.. however i’ve tested all the suggestions already and they don’t work.. because i’m using the following code in the bottom of my base.css file
.accordion__title {font-weight: bolder;}
}
}
i’m using this code to Bold my collapsible row titles in collapsible content…
I’ve found out if i move the bold code for the announcement above the accordion title code.. it works.. however then the collapsible row titles aren’t in bold anymore.
Is there a solution to fix this and keep both in bold and or which code to use for the announcement bar to just make it bold.
If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Hey there, i’m not looking to edit the menu texts. I’m looking to Bold the announcement bar text on top of the page. However since i’m using another another css code to bold my collapsible row titles .. it doesn’t work. Unless i move the announcement bar bold code above the collapsible row title code.
" .accordion__title {font-weight: bolder;} " code also to make my collapsible row titles bold.
when i add your suggested code below this at the bottom of the page, it doesn’t work. But it does work if i put your code above the acordion_title code.. but then the collapsible row titles aren’t in bold anymore.
Hi @ksfk I can see there are 2 closed bracket after my code, so that means you are adding the code inside some other code, if you are doing this then it will never work you need to add the code at the bottom after all the closed bracket not before the last closing bracket.
Hope you got my point.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!