- Support Forum /
- Theme /
- Help with color backgrounds on ...
Yes! I did get the widget body figured out but the header is what was throwing me off. Thank you! Now I have one other issue… the main page looks great, but when I click to go to forums, the forum tables still have the white bg. Which with the color of the links I have, makes viewing the forums kinda impossible. Any help would be appreciated!
edit: for the moment I set the color of the links to red so the LS can use the site. Would still like to make it white though.
edit: for the moment I set the color of the links to red so the LS can use the site. Would still like to make it white though.
last edited 55 weeks ago by Amoralee
Yes! I did get the widget body figured out but the header is what was throwing me off. Thank you! Now I have one other issue… the main page looks great, but when I click to go to forums, the forum tables still have the white bg. Which with the color of the links I have, makes viewing the forums kinda impossible. Any help would be appreciated!
edit: for the moment I set the color of the links to red so the LS can use the site. Would still like to make it white though.Amoralee
#forums .table thead tr, #threads .table thead tr{/* for the headers */
background: none;
}
.forum{ /* for the topics */
background: none;
}
.table tbody tr:hover td, .table tbody tr:hover th { /* hover color (optional) */
background-color: #333;
}
last edited 55 weeks ago by Minh
Thank you Minh that did work for the first page of the forums, but it did not cross over to the next page. for example: If i click on About Us in our forums, the page it takes me to has white bg still. Not sure why it isn't universal since it is in global style. Any ideas how to fix that would be great. Otherwise I will probably just stick with a visible color for the links.
Thanks for the help it's much appreciated!
Thanks for the help it's much appreciated!
I've put all the code into Global Template. Not sure what the difference between style and template is though. But everything on all my pages looks like how I want it to from the template.
The pessimist complains about the wind;
The optimist expects it to change;
The realist adjusts the sails.
William Arthur Ward, To Risk
The optimist expects it to change;
The realist adjusts the sails.
William Arthur Ward, To Risk
I've put all the code into Global Template. Not sure what the difference between style and template is though. But everything on all my pages looks like how I want it to from the template.Claire
For one Global Template will be a paid feature. I will also be removing Style tags from templates in an upcoming patch.
The Style tab optimizes CSS code when it is saved to help the site load faster.
Founder / Engineer
Thank you Minh that did work for the first page of the forums, but it did not cross over to the next page. for example: If i click on About Us in our forums, the page it takes me to has white bg still. Not sure why it isn't universal since it is in global style. Any ideas how to fix that would be great. Otherwise I will probably just stick with a visible color for the links.It's global, but depending how the page is structured we might need different selector for the style to apply.
Thanks for the help it's much appreciated!Amoralee
#forums .thread, #threads .thread{ /*for threads header */
background: none;
}
54 weeks ago
Hi
Quick simple question as i would like to update my background image on my page but not sure what to do?
Do i edit Look & Feel > Global Style? Or Global Template? And what is the actual command.
The only way I use to do it was make an HTML widget and put the command in there but that doesn't seem to work due to Guildwork version change.
Thanks :)
Quick simple question as i would like to update my background image on my page but not sure what to do?
Do i edit Look & Feel > Global Style? Or Global Template? And what is the actual command.
The only way I use to do it was make an HTML widget and put the command in there but that doesn't seem to work due to Guildwork version change.
Thanks :)
Stanislav Staff replied
55 weeks ago