Viewing 20 posts - 1 through 20 (of 23 total)
  • Author
    Posts
  • #4941
    vitalej17
    Member

    I’m loving Catch Everest. This isn’t a unique problem to this theme, but I noticed that links in the sidebar can be a little confusing if a link wraps to the next line. In the sidebar, is there a way to (1) space out separate posts, (2) add bullet points for posts, or (3) put thin lines between each post? Any of these three options would make the separate posts more discernable. Also, is there a way to add a really light gray background to the sidebar area?

    Thanks!

    #4957
    Sakin
    Keymaster

    @vitalej17: Sorry but the theme is design in this way. But yes if you could send me the design screenshot of what you want to achieve that I can provide you with the custom css that you can add in your “Custom CSS” box in your Theme Options panel.

    #4976
    vitalej17
    Member

    Thanks for the quick response. Is there a way to show arrows like in your Simple Catch theme by adding code in the “Custom CSS” box?

    #4977
    Sakin
    Keymaster

    @vitalej17: This theme is not design like Simple Catch. Why don’t you use simple catch itself.

    #10397
    rbrt_bene
    Member

    Hi Sakin,

    Great theme, I love it! And love that it has an excellent support.

    I have the same problem. Can you please help us with a custom CSS code for placing a light gray background to the odd rows or just place bullets or those little arrows?

    I am not using Simple Catch, because I need some features that I have in Catch Everest Pro, that is why I bought this theme.

    I cannot send you a link at the moment to my website because it is password protected before launching.

    I would appreciate some help on this issue.

    Thank you in advance.

    Regards,
    Robert

    #10409
    Sakin
    Keymaster

    @rbrt_bene: You need to send me something to help me understand the site u are designing and what you are trying to add back. Maybe screenshot.

    #10416
    rbrt_bene
    Member

    Dear Sakin,

    I prepared a layout proposal, how would I see it, but don’t know ho to attach a picture from my desktop to this comment.

    Please advise.

    Thanks

    Robert

    #10438
    Sakin
    Keymaster

    @rbrt_bene: You can upload in any photo sharing site or use dropbox and paste the url here.

    #10477
    rbrt_bene
    Member

    Hi Sakin,

    Thank for the advice, here are two proposals as I see we could do with sidebar layout:

    https://www.dropbox.com/s/nl3dlkfppintnx3/Sidebar%20as%20it%20should%20be_border%20lines.png

    https://www.dropbox.com/s/jr7rrgae4ykac3b/Sidebar%20proposal.png

    Waiting your feedback 🙂

    Regards,
    Robert

    #10481
    Sakin
    Keymaster

    @rbrt_bene: For just border bottom in the list item in sidebar then add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #secondary ul li {
        border-bottom: 1px solid #e6e6e6;
    }
    #10482
    Sakin
    Keymaster

    @@rbrt_bene: Foe even list in Sidebar. You can add the following css. But the following CSS will only work in Modern browser not in old IE.
    #secondary ul li:nth-child(even) { background-color: #ccc; }

    #10483
    rbrt_bene
    Member

    Hi Sakin,

    Thank you very much for your help. I tested both of them and the second solution (#secondary ul li:nth-child(even) { background-color: #ccc; }) is having a problem, that it colours the background of the whole zone of a category together with the subcategories, see the attached print screen

    https://www.dropbox.com/s/uc9oyz4c1yepqet/Screen%20Shot%202013-06-14%20at%209.49.15%20AM.png

    Regards,

    Robert

    #10484
    Sakin
    Keymaster

    @rbrt_bene: Sorry then for that I cannot help it. You can jut use the first one.

    #10485
    rbrt_bene
    Member

    OK, thank you anyway for the solution provided, I can use that.

    Regards,

    Robert

    #12351
    rbrt_bene
    Member

    Hy Sakin,

    I am coming back with an extra question regarding the sidebar. I just noticed that the sidebar link color on hover is blue instead the custom colour I selected in the appearance >> theme options >> color options for the rest of the site.

    Can you please advise me how to change the sidebar link hover color?

    Thank you in advance,

    Robert

    #12372
    Sakin
    Keymaster

    @rbrt_bene: Can you send me your site URL?

    #12374
    rbrt_bene
    Member

    hi,

    http://www.theautoexperience.ro
    Access passw: test

    #12380
    Sakin
    Keymaster

    @rbrt_bene: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .widget-area .widget a:hover { color: #911d1d; }

    #12381
    rbrt_bene
    Member

    Thank you very much.

    Regards,

    Robert

    #12454
    rbrt_bene
    Member

    Dear Sakin,

    Thank you for your help. Is there a way to eliminate also the underline of text on hover?

    Regards,

    Robert

Viewing 20 posts - 1 through 20 (of 23 total)
  • The topic ‘Sidebar posts’ is closed to new replies.