• Resolved sarafromearth

    (@sarafromearth)


    hi
    am using mh-magazine-lite

    how can i show category name + cat icon in post-meta for mobile users?

    its only shown for the pc users, but when i use mobile no category name in post-meta
    (in the single post) i dont want it in index page

    thnx

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Sara,

    thanks for using MH Magazine lite.

    You could display the category name on posts on mobile with a line of CSS:

    .entry-meta-categories { display: inline-block; }

    You can add CSS code in your WordPress dashboard under Appearance => Customize => Additional CSS.

    Thread Starter sarafromearth

    (@sarafromearth)

    it works perfectly thanx

    you are very Collaborator and you have a really nice themes. ??

    if you don’t mind i have some additional questions:

    A– is it possible to move the category name to the :
    1- top of the category index (under header for example)
    2- top of the single post (under header for example) ?

    B– how to show the post views in the post-meta.

    C– i have installed WP Load More Posts plugin , but the button style (wp-load-more-btn) is so bad, is there is any way to style the button using custom css codes in my mh-child theme?

    thanx again

    You’re very welcome, but please be aware that we can’t offer free coding services here. In case you want to modify code, but are not familiar with coding, you could for example hire a developer for the job.

    A.) This isn’t possible out of the box and would require coding within a custom child theme.

    B.) There are various plugins available for that purpose. However, keep in mind that some of these plugins may require coding as well in order to implement their functionality.

    C.) It seems the plugin you’re using hasn’t been updated for more than 2 years. But if you want to modify the CSS styling of a particular plugin, you can always use your browsers inspection tool to inspect the elements on your site and then use that information to add your own code modifications.

    Thread Starter sarafromearth

    (@sarafromearth)

    ok

    can i put the category name in a table (with colored background) and center it, via CSS ?
    somthing like this:

    View post on imgur.com

    These kind of code modifications aren’t possible out of the box, you would need to code this accordingly within a custom child theme. In case you’re not familiar with coding, you could for example hire a freelance developer for the job (e.g. at Codeable).

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how can i show category nam for mobile users?’ is closed to new replies.