Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #886155
    piexec
    Participant

    I dont know why, buy my slider is showing on all pages. Can you take a look please.

    #886156
    piexec
    Participant
    This reply has been marked as private.
    #886762
    Christopher
    Moderator

    Hi there,

    Thanks for writing in!

    Provided credentials didn’t work, please check.

    Upon checking your site, the slider was added to sidebar, so you can remove/manage it from Appearance -> widgets.

    Hope it helps.

    #887521
    piexec
    Participant

    Thanks that worked. How do I set the new The Grid to only display say 2 ROWS or the last 5 posts instead of infinitely showing all the posts on the homepage?

    Thanks in advance!

    #887878
    Rad
    Moderator

    Hi there,

    Edit your grid and under source setting section, then set how many items you wish to display.

    Cheers!

    #889097
    piexec
    Participant

    thanks!!!!

    #889693
    Jack
    Keymaster

    You’re most welcome!

    #890238
    piexec
    Participant

    What CSS can i use to modify fonts, backgrounds, and borders of the headers on the sidebar widgets?

    #891054
    Nico
    Moderator

    Hi There,

    Add this in your customizer’s custom CSS:

    .x-sidebar .h-widget{
    border-color: hsl(0,0%,52%); //border-color
    color:#FFF; //font-color
    background-color: transparent; //background-color
    font-family:"cronos-pro-subhead",sans-serif //font-family
    }

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #894580
    piexec
    Participant

    http://palmharborpress.com/community/

    Didn’t work. Have a look.

    Thanks,

    Mike

    #895355
    Paul R
    Moderator

    Hi Mike,

    Please change the code above to this.

    
    .x-sidebar .h-widget{
       border-color: hsl(0,0%,52%); /* border-color */
       color:#FFF; /* font-color */
       background-color: transparent; /* background-color */
       font-family:"cronos-pro-subhead",sans-serif; /* font-family */
    }
    

    Hope that helps.

    #895992
    piexec
    Participant

    Worked Perfectly!!!

    THANKS

    #896981
    Friech
    Moderator

    Glad we could help, Cheers!

  • <script> jQuery(function($){ $("#no-reply-886155 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>