Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #714073

    View post on imgur.com

    how can i deactivate the borders of the social share icons? how can i delete the title and how can i bring the social share button to the top of the page? that aligns perfect with the sidebar?

    how can i show the mouse over text under the social share buttons not above? http://imgur.com/a/o1qiP

    And how can i deactivate the date in the post preview at the sidebar here: http://imgur.com/a/vfFSE and how can i make the font size of the post title in the sidebar bigger? can i adjust this in the enfold settings in the backend or do i need custom css?

    #714649

    Hi alexanderjohannes!

    Thank you for using Enfold.

    Please use the following css code to remove the border and the title.

    .av-share-box ul li {
        border: 0;
    }
    
    h5.av-share-link-description {
        display: none;
    }

    You have to modify the includes > loop-index.php file if you want to move the share section above the content or use the advance layout builder.

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.