Looking for CSS help

Hello,

I used the following code to adjust the text in the Jumbotron front page section:

/change jumbotron font and description/
#header .bottom-header h1 {
font-family: Open Sans;
}
#header .bottom-header h1 {
font-size: 50px;
}
#header .bottom-header h1 {
text-shadow:
3px 3px 0 #000,
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
#header .bottom-header .section-description {
text-shadow:
3px 3px 0 #000,
-1px -1px 0 #000,
1px -1px 0 #000,
-1px 1px 0 #000,
1px 1px 0 #000;
}
#header .bottom-header .section-description {
font-size: 18px;
}

I know basically nothing about CSS, but I figure I can use the same code for the other front page sections but I cannot figure out what each section is called. Currently I am trying to work with the full width front page section. I tried to replace #header with #full-width but that didn’t seem to do anything.

I cannot find any resource for the illdy theme on css except for some very specific problems, hope you can help.

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
please provide a link to your page where you want to make changes and what changes exactly you want to make

Thanks!
Colorlib Support Team

Hello,

The link is www.wovexhibit.org and I want to change the font of the title and descriptions of each section. I am just using a static front page with no other pages.
I had done this with the Custom CSS feature for the Jumbotron section but cannot figure out how to do it for the other sections.
As I said I have very little knowledge on this type subject.

Thanks
Zilla

HI

please use this css:

body {
font-family: “Lato”, sans-serif;
}
.section-header h3 {
font-family: cursive;
}

Please note, this is default css and you must change font family in the code