Code in additional CSS

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Mark.B
    replied
    Some styles have code prepopulated in there. You can simply add your code beneath it.

    Leave a comment:


  • Mobeen Janjua
    started a topic Code in additional CSS

    Code in additional CSS

    Hi,

    Yesterday I have upgraded 5.4.3 to 5.4.4. Everything worked fine...

    In 5.4.3 I have added some codes to move search icon in navebar which were lost after upgradation and following code was added there automatically. what is that?

    Code:
    .b-comp-menu-dropdown .b-comp-menu-dropdown__content-item a {
     text-decoration: none;
    }
    .b-post-control__bubble-flyout {
     background: #483214;
     color: #C1B8AB;
     border: 1px solid #483214;
    }
    .b-post-control__bubble-flyout u {
     border-right-color: #483214;
    }
    .b-post-control__bubble-flyout i {
     border-right-color: #483214;
    }
    
    .b-button,
    .b-button[disabled],
    .b-button[disabled]:hover,
    .b-button--primary,
    .b-button--primary:link,
    .b-button--primary:visited,
    .b-button--primary:focus,
    .b-button--primary:hover,
    .b-button--primary-light,
    .b-button--primary-light:link,
    .b-button--primary-light:visited,
    .b-button--secondary,
    .b-button--secondary:link,
    .b-button--secondary:visited,
    .b-button--special,
    .b-button--special:link,
    .b-button--special:visited {
     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
     background-repeat: repeat;
     background-position: 0 0;
    }

Related Topics

Collapse

Working...