Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1465519

    For all Category pages, how can I remove the side bar that shows the “Price” slider and just show the main area?
    Also, is there a way to increase the text size for all the Category pages?

    Thanks

    #1465604

    Hey bemodesign,

    Your site seems to be having problems at the moment, please let us know when it’s up and running again.

    Best regards,
    Rikard

    #1465708

    It is back.

    And 1 more thing, the font size on these category pages are small. How can I increase size? thanks!

    • This reply was modified 4 weeks, 1 day ago by bemodesign.
    #1465736

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .archive .sidebar_left .sidebar {
      display: none;
    }
    
    .archive .container .av-content-small.units {
      width: 100%;
    }
    
    .archive .sidebar_left .content {
      border-left-width: 0;
    }

    Best regards,
    Rikard

    #1465847

    That worked, besides it left a white border line, down the side. see link

    And last thing, the font size on these category pages are small. How can I increase size? thanks!

    #1465919

    Hi,
    Try this css:

    #top #main .sidebar_left .sidebar {
        border-right-style: none; 
    }
    .archive h1.av-banner-description p {
    	font-size: 80px;
    }

    Best regards,
    Mike

    #1465923

    And can you get me code to increase the body copy font size? For some reason it isn’t that same as the main website body copy size.
    thanks!

    #1465926

    Hi,

    .archive .container_wrap_first p {
    	font-size: 20px;
    }

    adjust to suit.

    Best regards,
    Mike

    #1465927

    your the best!

    #1465930

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Category page edits’ is closed to new replies.