UNA - Themes, Html, CSS - Tips and Cheats | [EN], [DE],

  • O

    20 members
  • O

    20 followers
  • 2873 views
  • 1 votes
  • More
UNA Templates CSS - Tips and Cheats
Empty
typing a message...
Connecting
Connection failed
Add new...
 
 

There was a post whereby we can have the option to add fontawesome icons anywhere on the site. I can’t seem to find it. Please help :-) thanks so much!

  • 394

yswj9ldsqcwvpeuant3rlnfzm8yxmynv.jpegWill these red blocks in lucid go away as it is in artificer now? I don’t like red 😅

  • 403

Here some Css changes for the MOOD Module by @Jerome Mingo

Tested by UNA 13.0.0-B3

Theme: Artificer

Module-Version: 1.0.1

Input for ur Custom Theme CSS:

/* --- Moods --- */
h2:before {
  content: "“ ";
  color: #8c4e92;
  font-size: 28px;
  font-weight: 600;
}
h2:after {
  content: " ”";
  color: #8c4e92;
  font-size: 28px;
  font-weight: 600;
}
img {
  --tw-border-opacity: 0.12;
  border-color: rgb(128 128 128/var(--tw-border-opacity));
  border-width: 8px;
  border-radius: .275rem;
  margin-left: auto;
  margin-right: auto;
}
.bx-form-advanced-wrapper.mz_mood_give_mood_wrapper .comp-form-ul li span {
  font-size: 12px;
}
.bx-form-advanced-wrapper.mz_mood_give_mood_wrapper .comp-form-ul li span img {
  max-width: 75px;
  max-height: 75px;
}
-page-block-4429 .bx-def-margin-sec-bottom.bx-clearfix {
  display: none;
}

Input for a RAW Box under Profiles:

<style>
h2:before {
  content: "“ ";
  color: #8c4e92;
  font-size: 28px;
  font-weight: 600;
}
h2:after {
  content: " ”";
  color: #8c4e92;
  font-size: 28px;
  font-weight: 600;
}
img {
  --tw-border-opacity: 0.12;
  border-color: rgb(128 128 128/var(--tw-border-opacity));
  border-width: 8px;
  border-radius: .275rem;
  margin-left: auto;
  margin-right: auto;
}
.bx-form-advanced-wrapper.mz_mood_give_mood_wrapper .comp-form-ul li span {
  font-size: 12px;
}
.bx-form-advanced-wrapper.mz_mood_give_mood_wrapper .comp-form-ul li span img {
  max-width: 75px;
  max-height: 75px;
}
-page-block-4429 .bx-def-margin-sec-bottom.bx-clearfix {
  display: none;
}
</style>

Let me know it is working or not. Who want can change the Border-Color and With

  • 583

8dlrntwv657psacey378bwfgjabkrjbd.jpegCan someone help me figure this out? My site is registered as a property on Google for analytics etc.

the image shows the error I received for my site. Any ideas how to fix it?

  • 329

Help again on font size. I have a lot of custom menu lists that drop down. Font is really small on mobile devices. How do I fix this?

  • 338