Stanislav Staff replied

55 weeks ago

I am seeing the bg as dark there. Did you figure it out?

If you mean the bg color of the header then

.widget-header {
	background: black;
}
Founder / Engineer

Amoralee replied

55 weeks ago

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.


last edited 55 weeks ago by Amoralee

Minh replied

55 weeks ago

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

Amoralee replied

54 weeks ago

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!

Claire replied

54 weeks ago

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

Stanislav Staff replied

54 weeks ago

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

Minh replied

54 weeks ago

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!Amoralee
It's global, but depending how the page is structured we might need different selector for the style to apply.
#forums .thread, #threads .thread{ /*for threads header */
	background: none;
}

Sandy Kitano replied

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 :)

Stanislav Staff replied

54 weeks ago

I am not sure I understand the question? It's just a text box.
Founder / Engineer

Sandy Kitano replied

54 weeks ago

All i want to do is have a background image on my main page instead of it being white.
With all the changes I'm not sure how to go about doing this?
This topic is locked. You cannot post a reply.