Skip to main content

Command Palette

Search for a command to run...

Slider: Show automatic pagination numbers

Updated
1 min readView as Markdown
 /* Slider pagination font-size and margin between numbers */  
.et-pb-controllers a {
     background-color: hsl(0deg 0% 100% / 0%) !important;
    text-indent: 0px !important;
    margin-right: 25px;
    color: #FE0065; /*color of the inactive numbers */
    font-size: 30px;
  position:relative;

}
10 views