Home Forums Basel support forum Category page titles – update to be left aligned

Category page titles – update to be left aligned

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #5314

    tmoods
    Participant

    Hi there,

    Is there any way to update the category page titles to be left aligned? I appear to only be able to centre or right align them.

    I just want them to be consistent with the standard page titles that are left aligned.

    Cheers,
    Todd

    #5318

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question.

    Here is a code snippet you can place into Custom CSS section in Theme Settings to achive this

    .title-shop .nav-shop h1 {
        float:none;
        margin-left:0;
    }

    Regards

    #5335

    tmoods
    Participant

    Great thanks, that works fine but now the title is displayed over the small navigation arrow as per the image below. Is it also possible to hide this arrow from the category pages?

    https://www.dropbox.com/s/1svv8ss7k9eev6r/Screen%20Shot%202016-10-12%20at%208.36.09%20AM.png?dl=0

    #5336

    Artem Temos
    Keymaster

    Sure, use this code snippet for that

    .title-shop .basel-back-btn {
        display: none;
    }

    Regards

    #5338

    tmoods
    Participant

    Thanks a lot appreciate the quick response.

    #5346

    Artem Temos
    Keymaster

    You are always welcome:)

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Category page titles – update to be left aligned’ is closed to new replies.