• Resolved cantabber

    (@cantabber)


    Hi Ajay,

    New install, thank you for your work. I like what I see so far, but one thing catches me up that I’d like to change if I can.

    Is there something I can add in the custom CSS field on the Styles tab to reduce the font size of the results-page links, the item titles? They’re way too large compared to my other titling. See the post title on my homepage, then look at the search results page – if you need an input suggestion, search on ‘Essex’.

    Are you using a large header (H1?) for this? If so I’d like to be able to reduce it to a smaller Hx, hopefully without having to modify the actual Hx specs, because I need them to stay at their current values. I am not using the seamless integration, I like the page that your plugin displays (especially with the thumbnails). I’m also using a child theme, if that matters. Ideally I’d prefer to be able to specify an actual font size via your entry field, so I can play with what looks best. But even a way to specify a smaller Hx would be better than nothing.

    I do know how to get to my server files, if I need to make direct changes to a PHP file (if you can be specific). I tried changing H1 to H3 in a couple of places as an experiment, but nothing changed on the results page so I must not have it right. (I changed them back.)

    Many thanks for anything you can tell me.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ajay

    (@ajay)

    The plugin uses h2 but also has it’s own class bsearch-entry-title

    You could try this which is the same set of code for your homepage.

    
    .bsearch-entry-title {
        font-size: 25px;
        line-height: 1.2;
    }
    
    Thread Starter cantabber

    (@cantabber)

    Thank you! That’s what I was hoping for, a way to enter values easily, to see what I like best. I was coming to the conclusion that you used h2, but I like this input better.

    If I may ask one extra thing – on my results page, there is a faint gray 2×2-grid table outline around the results/page# info just above the first link. Is there another bit of magic code to set that to either 0 pixels wide, or #ffffff (since my pages are white), to make it disappear? It’s not a deal-breaker but I’d rather not see it if I can impose on you once more. (After that I’ll go make a donation as thanks. 😊)

    Very pleased as well with the speed of your reply. Great to see that from developers, makes a big difference for me, which tools I keep and which I uninstall.

    Plugin Author Ajay

    (@ajay)

    I think that table is coming from your theme, but try this:

    
    .bsearch_nav td, .bsearch_nav {
        border: 0px;
    }
    

    Glad to know I was able to help. I usually try to respond in the forums as quickly as feasible.

    Do consider a review of the plugin and recommendations where possible.

    Thread Starter cantabber

    (@cantabber)

    Once again, bingo. More thanks. Donation to follow, I won’t forget.

    Plugin Author Ajay

    (@ajay)

    Thank you! I’ve sent you an email in response

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Change font size of links on results pages?’ is closed to new replies.