bx

  • More

Hello @Peter !

It would be like this:

#bx-page-edit-persons-profile .bx-form-input-location-street_number, .bx-form-input-location-street {

display: none;

}

If it will not help then plz PM me.

  • 175

I see your OG post now. Maybe change your selectors? Mine are written something like: -logo-container

  • 202
·
Added a discussion to , bx

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

  • 751

Hello @Stardreamer !

You may apply smth like this in the Custom Styles area of your template:

-toolbar {

position: fixed;

}

  • 542

It seems you'd better add the code to my previous answer like:

<style>

-toolbar {

display: none;

}

{

position: fixed;

}

</style>

and create the RAW block with this id where you will place your sticky content.

  • 553
Followers
Empty
Add new...