Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1800485
Change social icons
Closed

Comments

  • baxodirov started the conversation

    Hello dear, help me please, where i can change this social icons(in photo). I tried change them from "OPTIONS FOR SHOW/HIDE SOCIAL SHARING ON WPBAKERY BLOCKS LAYOUT" but unlucky.

  •  501
    Penci replied

    Hi,

    If you want  change social icons on main menu , please go to Customize > Logo and Header Options, then scrolldown , change "Custom Size for Header Social Icons" option as screenshot http://prntscr.com/lo3kcs


    Best Regards,

    PenciDesign

  • baxodirov replied

    Thank u, but how can delete some of them or add new? and how can i add links for them?


  • baxodirov replied

    Please help me

    How can i change the position of photo in posts in mobile version(for example "get down")

  •  501
    Penci replied

    Hi,

    Add links for social media,  please go to Customize > Social Media Options then enter full link your social you want show.

    If social has a link, it will show and if it doesn't have link, it will not show.

     About change the position of photo in posts in mobile version. Please go to Customize > Addtional CSS, add custom css to do that:

    @media screen and (max-width: 768px){
    .penci-page-style-6 .penci-entry-media-top .entry-media__content, 
    .penci-single-style-6 .penci-entry-media-top .entry-media__content{
        position: relative;
        margin-top:20px;
        padding-left: 0;
        padding-right: 0;
    }
    .penci-page-style-6 .penci-entry-media-top .penci_breadcrumbs a,
    .penci-page-style-6 .penci-entry-media-top .penci_breadcrumbs span, 
    .penci-page-style-6 .penci-entry-media-top .penci-entry-title,
    .penci-single-style-6 .penci-entry-media-top .penci_breadcrumbs a,
    .penci-single-style-6 .penci-entry-media-top .penci_breadcrumbs span, 
    .penci-single-style-6 .penci-entry-media-top .penci-entry-title{
        color: #111;
    }
    .penci-page-style-6 .penci-entry-media-top .penci-entry-meta, 
    .penci-single-style-6 .penci-entry-media-top .penci-entry-meta{
        color: #999;
    }
    .penci-page-style-6 .penci-entry-media-top:after,
    .penci-single-style-6 .penci-entry-media-top:after{
    content: none;
    }
    }
    

    Best Regards,

    PenciDesign

  • baxodirov replied

    how can i change position of photo(under the title of post) 

  •  501
    Penci replied

    Hi,

    Unfortunately, currently this theme doesn't support change position of photo.

    If you want show featured image under the title of post, please use single template style 1.


    Best Regards,

    PenciDesign