Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter redflo

    (@redflo)

    Alright, I replaced the
    <h1 class="text-white">
    with
    <p class="text-white text-custom-header">
    And added custom CSS

    .text-custom-header{
    	font-size: 2.5rem;
    	font-weight: 700;
    }

    It seems it works for me.

    Thanks for your support.

    Thread Starter redflo

    (@redflo)

    This is exactly what I needed to know.
    Thank you!

    Thread Starter redflo

    (@redflo)

    Sadly, changing the main title from
    Appearance >> Customize >> HoneyPress theme options >> Blog Page
    doesn’t do anything for me.

    I know how to hide it with custom CSS:

    .single-post .page-title{
        display: none;
    }

    But could you tell me how I can show the post category instead of the post title (this would be only for the single post page). This should be possible by editing a PHP file, right ?

    Thread Starter redflo

    (@redflo)

    Hm, I guess h2 would be fine.
    h2, or div, or p, or just remove it.

    I would be OK if you let me know where (what file) is the code for this :
    <div class="page-title text-center text-white"><h1 class="text-white">My Page Title</h1></div>

    and this
    <h1 class="site-title"><a class="site-title-name" href="" >My Site Title</a>

    One way or another, I would like to avoid both being h1.

    • This reply was modified 4 years, 4 months ago by redflo.
Viewing 4 replies - 1 through 4 (of 4 total)