Editing the theme GEMA

  • Unknown's avatar

    Hello:

    I am considering purchasing the theme “Gema,” however, I would like to know if I can remove the “by malharmali” using the CSS editor.

    I ask this because the site I plan on running is a submission format magazine where I would publish the works of people who would submit their material to me.

    I don’t want them to go through the hassle of creating a wordpress account just so I can attribute them as author, so I am wondering if there is a way around this.

    The best way I have thought of is that I just remove “by malharmali” and attribute each blog post individually.

    Thank you,

    Malhar

    The blog I need help with is: (visible only to logged in users)

  • Yes, it will be possible to hide the byline of the Gema using the CSS editor.

    You’ll need to use the code:

    span.byline {
        display: none;
    }

    If you are familiar with using Chrome’s Developer tools, you can test this out while looking at the theme demo at https://gemademo.wordpress.com/

    You will need to have the premium or business level package in order to edit the CSS.

  • Unknown's avatar

    Thank you for getting back to me on this.

    Regards,

    Malhar

  • The topic ‘Editing the theme GEMA’ is closed to new replies.