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

    Hi
    I need only reduce the font size of the socket, as I can do? I also want to hide the date of blogging when I show in “blog entries”

    Regards

    #553633

    Hey Adrizz!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .date-container, .text-sep-date {
        display: none!important;
    }
    #socket * { 
    font-size: 10px !important; 
    }

    Best regards,
    Yigit

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