Welcome to Geeklog, Anonymous Thursday, November 28 2024 @ 03:36 pm EST
Geeklog Forums
Theme Changes in geeklog 2.2.0
Status: offline
Laugh
Site Admin
Admin
Registered: 09/27/05
Posts: 1470
Location:Canada
Looking at your site it looks like you are using the denim theme.
The easiest way to change most things with this theme including the background (especially if you have limited CSS knowledge) is to visit the uikit 2 customizer found here: https://getuikit.com/v2/docs/customizer.html
By default the denim theme uses the default uikit 2 theme as it's base so select that. You can then change any of the colors and styles and then click on "Get CSS" button when finished.
Then when you have the file replace the following files with the minified version and a non minified version.
\public_html\layout\denim\css_ltr\style.css
\public_html\layout\denim\css_ltr\style.min.css
Once you do this Clear Cache in Geeklog and you should see the changes
You can also change the uikit 2 theme from "default" to "almost flat" or "gradient". This would require you to change the corresponding files found in the directory: \public_html\layout\denim\css_ltr\
You would also be required to update the file \public_html\layout\denim\functions.php and change the line (2hould be #48):
'uikit_theme' => 'default', // you can set this variable to 'default' or 'gradient' or 'almost-flat'
Any other CSS changes should go into the file \public_html\layout\denim\css_ltr\custom.css
If you want to modify the template files that is another post. Ideally you would create a child theme based on the denim theme and only include the changes you want. THis makes updating Geeklog much easier while preserving your theme changes.
One of the Geeklog Core Developers.
The easiest way to change most things with this theme including the background (especially if you have limited CSS knowledge) is to visit the uikit 2 customizer found here: https://getuikit.com/v2/docs/customizer.html
By default the denim theme uses the default uikit 2 theme as it's base so select that. You can then change any of the colors and styles and then click on "Get CSS" button when finished.
Then when you have the file replace the following files with the minified version and a non minified version.
\public_html\layout\denim\css_ltr\style.css
\public_html\layout\denim\css_ltr\style.min.css
Once you do this Clear Cache in Geeklog and you should see the changes
You can also change the uikit 2 theme from "default" to "almost flat" or "gradient". This would require you to change the corresponding files found in the directory: \public_html\layout\denim\css_ltr\
You would also be required to update the file \public_html\layout\denim\functions.php and change the line (2hould be #48):
'uikit_theme' => 'default', // you can set this variable to 'default' or 'gradient' or 'almost-flat'
Any other CSS changes should go into the file \public_html\layout\denim\css_ltr\custom.css
If you want to modify the template files that is another post. Ideally you would create a child theme based on the denim theme and only include the changes you want. THis makes updating Geeklog much easier while preserving your theme changes.
One of the Geeklog Core Developers.
17
17
Quote
Status: offline
Laugh
Site Admin
Admin
Registered: 09/27/05
Posts: 1470
Location:Canada
It shouldn't.
You could put in css_ltr/custom.css
#container {
background-color: #FFFF00;
}
to override things and change the background color. This works for this situation but if you want to change the color of other things it becomes more difficult and would require changing the color in a number of different spots.
The best way to do things is how I suggested before.
To better debug your site I would turn off template caching and "Combine, Minify and Cache CSS and JavaScript Files" so you can see exactly what your website is loading in the html source.
One of the Geeklog Core Developers.
You could put in css_ltr/custom.css
Text Formatted Code
#container {
background-color: #FFFF00;
}
to override things and change the background color. This works for this situation but if you want to change the color of other things it becomes more difficult and would require changing the color in a number of different spots.
The best way to do things is how I suggested before.
To better debug your site I would turn off template caching and "Combine, Minify and Cache CSS and JavaScript Files" so you can see exactly what your website is loading in the html source.
One of the Geeklog Core Developers.
17
14
Quote
All times are EST. The time is now 03:36 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content