News:

Keeping Crip's dream alive is our mission! :)

 

Recent Topics

Members
Stats
  • Total Posts: 10,789
  • Total Topics: 1,380
  • Online today: 140
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 120
Total: 120

DarkModern v2.1.14 Released!

Started by Skhilled, Mar 29, 24, 09:48:09 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

darkangel612

I love this theme, it is so nice on my eyes and almost like my Insidious theme used to be...LOL

1. How to make the logo to go down lower and centered

2. all the drop menus are with a transparent bg, how to make the at least a #333

If you could help me with that I can set it right in the files.

https://www.thefantasiesattic.net/attic/index.php

TwitchisMental

For the logo issue, in both responsive and index.css find

  height: 70px;
  background: linear-gradient(#393939 0%, #303030 80%);
  border-radius: 10px 10px 0 0;
  border-left: 0;
  border-top: 3px solid hsl(0, 0%, 22%);
  border-right: 0;
  padding: 12px 10px 2px 10px;
  display: flex;
  align-items: flex-end;
  border-bottom: 0;
  width: 100%;

change to -

  min-height: 70px;
  background: linear-gradient(#393939 0%, #303030 80%);
  border-radius: 10px 10px 0 0;
  border-left: 0;
  border-top: 3px solid hsl(0, 0%, 22%);
  border-right: 0;
  padding: 12px 10px 2px 10px;
  display: flex;
  align-items: flex-end;
  border-bottom: 0;
  width: 100%;

@Skhilled  This will need updated on the theme.

Skhilled

#12
@darkangel612 - Well hello, stranger! Long time no see. ;D

Quote from: darkangel612 on Dec 02, 24, 11:49:50 PM2. all the drop menus are with a transparent bg, how to make the at least a #333

If you could help me with that I can set it right in the files.

https://www.thefantasiesattic.net/attic/index.php

EDIT: If you switch to DarkModern on this site the drop menus are not transparent. I've re-signed up for the attic since my account was removed.

Skhilled

#13
Quote from: TwitchisMental on Yesterday at 02:32:25 AM@Skhilled  This will need updated on the theme.
Okey, dokey! ;)

EDIT: For some reason the buttons under your post are smaller than the rest? Not sure why... Or, maybe because of the background?

Skhilled

Quote from: Skhilled on Yesterday at 08:02:08 PM@darkangel612 - Well hello, stranger! Long time no see. ;D

Quote from: darkangel612 on Dec 02, 24, 11:49:50 PM2. all the drop menus are with a transparent bg, how to make the at least a #333

If you could help me with that I can set it right in the files.

https://www.thefantasiesattic.net/attic/index.php

EDIT: If you switch to DarkModern on this site the drop menus are not transparent.

Re-EDIT: I've re-signed up for the attic since my account was removed.
I've logged into your site and have switched to the Dark Modern theme and the drop menu's look ok to me. Can you show us a screenshot of what you're talking about?

Skhilled

I can see how on this theme that it becomes a problem using the member options, etc. after logging in. Hmmm, I'll need to think on this a bit.