Okay
  Public Ticket #767904
Photo Gallery
Closed

Comments

  • Jimmy started the conversation

    I need to make the style applied to the top gallery to be a universal style to all album posts. The album plugin has a Custom CSS Editor. Is this possible?

    img#envira-gallery-image-10364{     bottom:auto;     right:auto;     position:relative;     border-top-style:solid;     border-bottom-style:solid;     border-left-style:solid;     border-right-style:solid;     border-top-color:#7f8c8d;     border-bottom-color:#7f8c8d;     border-left-color:#7f8c8d;     border-right-color:#7f8c8d;     margin-left:239px;     margin-right:254px;     top:-13px;     left:-217px;     border-top-width:4px;     border-bottom-width:4px;     border-left-width:4px;     border-right-width:4px;     padding-bottom:0px; }

    #envira-gallery-item-10364 .envira-album-title{     bottom:auto;     right:auto;     position:relative;     font-family:'Raleway', sans-serif;     font-size:17.9px;     line-height:18.5px;     text-align:left;     top:-160px;     left:197px;     width:427px; }

    #envira-gallery-item-10364 .envira-album-caption{     left:197px;     bottom:auto;     right:auto;     position:relative;     visibility:visible;     display:block;     top:-141px;     width:413px; }

    #envira-gallery-item-10364{     height:166px; }

    #envira-gallery-item-10364 .envira-gallery-link{     background-color:#ecf0f1;     width:660px;     height:165px;     box-shadow:5px 6px 4px 0px # !important;     padding-bottom:10px; }


  •  127
    Zafer replied

    Hi Jimmy,

    You want apply universal style for all pages? Yes of course you can. Please read all plugin documentation for learn how this plugin work. 2mins to read this documentation! :)

    Follow These steps for apply universal style:

    1. Go to wordpress panel > Apperance > Yellow Pencil.
    2. Click to CSS Editor icon from left bar section.
    3. Paste your custom CSS code to CSS Editor.
    4. Save changes.

    Please be sure you using latest version. Latest version is 5.3.3 Take a look to plugin documentation if you need to help for update plugin.

    I'm hope thats help.

    Best Regards