Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #614237

    Added the following lines to style.css in child theme:

    .breadcrumb-trail {
    	font-size: 1.3em;
    	text-decoration: uppercase;
    }

    Size has changed successfully, but no effect to text decoration. What can be wrong?

    Also I want to remove page/category title from the top and replace it with breadcrumbs. What should I edit?

    #614251

    I wrote text-decoration instead of text-transform. My tired brains )

    The second part of the question is still actual

    #614283

    Hi!

    can u please show us a screenshot of what you want to do, at the second part?

    Cheers!
    Basilis

    #614833

    Here it is.

    I have currently modified CSS in child theme so now it reads
    `.title_container .breadcrumb {
    left: 0px;
    }

    .title_container .main-title {
    text-align: right;
    display: none;
    }’

    But I want to be sure it will not affect any other elements. May I use this?
    Screenshot

    #614842

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .title_container .main-title {
        float: right;
    }
    .title_container .breadcrumb {
        right: auto;
        left: 0;
    }

    Cheers!
    Yigit

    #614850

    Thanks )

    #614856

    Hi!

    You are welcome :)
    Enjoy your weekend!

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Styling breadcrumbs and moving it to the left instead of right’ is closed to new replies.