• Resolved Shamil

    (@shamilp7)


    Hello,
    See my website https://shamilp7.manzilhosting.gq
    Its on developing
    Its title is = ???????????
    Its title and logo is same
    Its Tagline is = ???? ???????????? ????????????????
    I want to hide title and show Tagline.But Tagline is a link.I want it should be only text.
    Please help me by giving modified mh custom functions.php code.
    Please
    I know html but i have fear to edit because there are php.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi shamilp7,

    thanks for using MH Magazine lite.

    The tagline is supposed to be linked and you can’t change that out of the box. However, if you’re familiar with coding, you could create a custom child theme and modify the function mh_magazine_lite_custom_header() in the file /includes/mh-custom-functions.php based on your personal needs and requirements.

    As an alternative (if you’re not familiar with coding), you could simply hide the site title & tagline in your WordPress dashboard under Appearance => Customize => Site Identity.

    Thread Starter Shamil

    (@shamilp7)

    Sir,
    I only need to hide title only.I am not familiar with coding.i am requesting you to take 2 minutes for removing the title showing div or snippet from code and post the code or its file here,please
    I cannot without slogan,it is very important.

    You shouldn’t modify core theme files without coding a custom child theme first. In your case it probably would be best if you simply hide the site title with some CSS:

    .mh-header-title { display: none; }
    .mh-header-tagline { padding: 0; border: none; }

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

    • This reply was modified 8 years, 1 month ago by Michael.
    Thread Starter Shamil

    (@shamilp7)

    Wow its fixed nicely

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Playing With Tagline & Title’ is closed to new replies.