Jump to content

[Themes] 3.2.x+ Shadow Text


Michael

Recommended Posts

Themes will eventually (hopefully in 3.3) have the ability to set CSS overrides. This would allow you to fix the shadow colors if they are not added to the theme as a color option, while at the same time, keeping it part of the theme.

 

They will be exported with the theme as-well mate?

Link to comment
Share on other sites

  • 6 years later...

Did this ever happen? I'd like to lose the drop shadows too. ?

Edit: I worked around it by creating a custom CSS file in app/views/client/bootstrap/css/:

.nav-content .navbar-default .navbar-nav > li > a {
  text-shadow: none !important;
}

Then I linked to it from app/views/client/bootstrap/structure.pdt. It works, but is there a better way to do it?

Link to comment
Share on other sites

I had wondered if structure.pdt would get overwritten with an update. Indeed it does. This also makes the official instructions for Removing Branding a temporary fix, which isn't mentioned in the docs. Since that feature is advertised on Blesta's pricing page, I'd have hoped for a more robust method.

DirectAdmin has a feature where customised config files can be placed within 'custom' subdirectories to protect them from being overwritten. Maybe something like that could work for Blesta? Adding these features to the UI would be even better though. @Paul, you mentioned above that style overrides were coming to themes, and there was talk on this thread of possibly removing branding automatically from unbranded licenses in the future. Are those features still on the roadmap?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...