• This is still an incredible plugin – thank you so much πŸ™‚

    I would like to change the font size of the permalinks (but not the index letters) – is this possible? And if so, what CSS do I need to add?

    (I’m using the shortcode on the page)

    Thank you for your time.

    Chery.

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    Hi,

    You can adjust the size of the links with CSS like:

    div.letter-section > ul.az-columns > li {
        font-size: 1.2em;
    }

    Standard CSS units can be used like em, rem, px, etc.

    Thread Starter cheryanne

    (@cheryanne)

    It didn’t work but that’s okay – perhaps because I am using a child theme and/or have added CSS already for this plugin that you helped me with a long time ago.
    Thank you anyway.
    Chery.

    
    /* start of a-z listing css */
    .az-letters ul.az-links li,
    .a-z-listing-widget .az-letters ul.az-links li,
    .a-z-listing-widget.widget .az-letters ul.az-links li {
        background-color: #e5e5e5; 
        border-color: #2e0819; 
    			}
    	
    .az-letters ul.az-links li a,
    .a-z-listing-widget .az-letters ul.az-links li a,
    .a-z-listing-widget.widget .az-letters ul.az-links li a {
        color: #2e0819; 
    			}
    /* end of a-z listing css */

    Hello Daniel,

    Thanks a lot for this awesome plugin!

    I ran into this issue where the alphabet index tab is horizontal on the backend and but on the frontend, the same is appearing vertically taking up a lot of space.

    How do I fix this?

    Any help would be appreciated.

    Plugin Author Dani Llewellyn

    (@diddledani)

    @patrabharati, the WordPress.org forum rules state that you should not join somebody else’s thread with your own issue. Please start your own thread.

    Hi Daniel,

    I too would like to change the font size (lighthouse warns me the tap targets are too close together), but am not sure where to put the

    div.letter-section > ul.az-columns > li {
        font-size: 1.2em;
    }

    Are you able to advise for dummies?

    I have no problem editing the css files, ftp’ing, etc etc, I’m just not too hot on which css file, and if the ‘div.’ part should go in a different place to the css file (I thought the css would be smth like

    .letter-section > ul.az-columns > li {
        font-size: 1.2em;
    }

    in a-z-listing-default.css

    with the div required in a-z-listing.php (or somewhere, functions maybe?)

    Not sure if I’m over-complicating things, but if it’s possible, could you do a 1-2-3 type step on the files that need editing?

    Thanks πŸ™‚

    Wow, I’ve worded that terribly haha.. let me try this:

    1. Where does

    div.letter-section > ul.az-columns > li {
        font-size: 1.2em;
    }

    need to be placed?

    2. Does

    .letter-section > ul.az-columns > li {
        font-size: 1.2em;
    }

    need to be placed somewhere/somewhere different?

    Thanks πŸ™‚

    Plugin Author Dani Llewellyn

    (@diddledani)

    @jedijoe the WordPress.org forum rules state that you should not join somebody else’s thread with your own issue. Please start your own thread.

    Hi Dani (apologies for calling you Daniel previously), it’s the same issue though?

    I can start a new thread ofc, but it’d be literally the exact same question as the OP, and follow-up to your previous answer.

    Can you confirm you’d prefer me to start a new thread, thanks πŸ™‚

    @jedijoe

    Can you confirm you’d prefer me to start a new thread, thanks

    I’ll confirm it this way: This thread is now closed for further replies. (It would have been automatically closed after 6 months, but some activity happened just before that.)
    So: If you want to ask something, start your own thread instead! πŸ™‚

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Font size for permalink entries’ is closed to new replies.