Support Forum
I recently installed the Reboot theme. I am wondering why this theme displays links in orange without underline since everyone is used to blue underlined links. This seems confusing. I know I can install a child theme to customize this, but this is a bunch of work for me and another learning curve which I would like to avoid if possible. Are there any plans to make the link display an option of the theme itself, or is there a way to change it without going through the child theme?
Or is there a SP theme which displays the links in a more traditional way?
everybody is used to blue? not sure what that means... that is far, far from universal...
have you visited the Barebones customizer? forum - themes - customizer... lets you do some basic customization of the theme, like link colors... not sure it can make them underlined though...
Visit Cruise Talk Central and Mr Papa's World
everyone is used to blue underlined links
I was going to comment on this as well. I think it was true back in 1994 but is absolutely not the case today.
But for that '1994 look' you can change them to whatever you prefer in the 'Custom CSS' panel of the Themes section of the forum admin. Just add rules for the links for colour and underline. Something like:
a { color: blue !important; text-decoration: underline !important; }
will do it.
YELLOW
SWORDFISH
|
Thank you.
Mr. Papa, I cannot find "forum – themes – customizer". "Customizer" is not an option under the themes menu. How do I find this 'Barebones customizer'?
I did find the custom CSS area. If I use this custom CSS, will this remain when you release theme updates or do I have to re-enter it after updates?
The parameter "a" seems to refer to all links. Right now the links in the sidebar and in the top panel are black and the links in the text are orange. Is there a custom CSS to only change the link color in the text section but not affect the sidebar and everything else? Actually your custom code changed all links to blue, including the main menu of my website, so I had to delete it.
Sorry, Steve was referring to the theme 'Barebones' which is available in the store. It adds a custom colour page to the themes section of your admin which lets you make quick colour changes, but of course they only apply to Barebones not Reboot.
And yes to the custom CSS box. Any changes added there will remain indefinitely.
whoops! yeah, sorry have barebones on the brain... thanks @ike
Visit Cruise Talk Central and Mr Papa's World
certainly newer and more modern than the default theme... better? that would be in the eye of the beholder... it is a more minimalist theme... differences in layout and appearance...
Visit Cruise Talk Central and Mr Papa's World
Yellow Swordfish, it looks like you missed a question which I posted after you gave me the custom CSS for changing the link colors. Here it is again:
The parameter “a” seems to refer to all links. Right now the links in the sidebar and in the top panel are black and the links in the text are orange. Is there a custom CSS to only change the link color in the text section but not affect the sidebar and everything else? Actually your custom code changed all links on my site to blue, including the main menu of my website, and therefore I had to delete the custom CSS. Is there a way to modify your CSS?
I missed it too I think, but I was replying from my phone so didn't see the edit.
You could use '#spMainContainer a' instead of just 'a' and the rest of the CSS Andy posted. That should target all links within the forum. I can't post the code right now as I'm on my phone but you should be able to add it easily enough.
1 Guest(s)