• Resolved webvalue

    (@webvalue)


    Hi

    Greetings. Once you login to your account, account menu links are small in font size. I just want to increase the FONT size of the ‘logout’ and other menu items as they appear to be pretty small. Just let me know the PATH of the file/directory where i can access the file to make those font size changes.

    Thanks

    • This topic was modified 5 years, 8 months ago by webvalue.
    • This topic was modified 5 years, 8 months ago by webvalue.

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

Viewing 15 replies - 1 through 15 (of 22 total)
  • Hi webvalue !
    Path : …\wp-content\plugins\essential-real-estate\public\assets\css\dashboard.css
    https://prntscr.com/o2pnmf
    You insert the following code into line 217.
    Change the value of “font size” to your wishes.

    .ere-dashboard-nav li a{
    font-size: 14px;
    }

    If you enable Enable Mini File CSS mode in Real Estate Options.
    https://prntscr.com/o2plb8
    After adding the code to the “dashboard.css” file, you need to Minify this file in the following way:
    1. Open the website https://cssminifier.com/
    2. Copy all the content in the “dashboard.css” file paste into the “Input CSS” section, then press the minify button.
    3. Copy all content in the “Minified Output” section, paste and replace the entire content in the directory:
    …\plugins\essential-real-estate\public\assets\css\dashboard.min.css
    https://prntscr.com/o2pm6b

    Thread Starter webvalue

    (@webvalue)

    Hi I have inserted the code mentioned and changed the font-size even to 45px but no change in left side menu items font size. CSS file minified using FreeFormatter minify CSS as CSSminifier site minfy button not working. Can you just tell me where exactly
    https://prnt.sc/o2r9uc
    thanks

    I see you have done this already
    https://prntscr.com/o2t62e
    Sorry, I missed it when I didn’t just change the size of the account menu link.
    Similar to the item on the left, to change the size of the you follow the following figure:
    https://prntscr.com/o2t85x

    Thread Starter webvalue

    (@webvalue)

    Hello there tried that also but i just see the hyperlink underline expanding but not the actual FONT SIZE. I see that a designer can figure out this if you have any idea appreciate thanks

    In addition to font size, what else do you want to change ?

    Thread Starter webvalue

    (@webvalue)

    Only the FONT TEXT size of the menu links there in the account menu. For example, ‘logout’ is small and other links. I tried using the code given, it just extends the margin but not the font TEXT SIZE. Thanks

    my code is :
    .ere-dashboard-logout{
    font-size : 20px;
    }
    https://prnt.sc/o2t85x
    but i see in your web it is padding-right. ??
    https://prntscr.com/o39690

    Thread Starter webvalue

    (@webvalue)

    Hi there though i made those changes and added the extra code of font-size it still doesn’t show up the increased font size. Anyway let me checkback thanks

    Hi.
    I found it all succeeded
    https://prntscr.com/o3b5g8

    Thread Starter webvalue

    (@webvalue)

    Hi there it took sometime to clear up the cache as it was showing the same size earlier. Now on firefox it’s showing instantly while on chrome not yet. However this not an issue any longer as this is something with the browser’s cache. This problem has been resolved.

    One quick question, i would like to highlight ‘Submit New Property’ by making it BOLD on the left side menu. Is that located in the same file?
    Thanks

    Thread Starter webvalue

    (@webvalue)

    I wish to change the color to BLUE instead of black just to hightlight the submit new property link. Just let me know thanks

    Thread Starter webvalue

    (@webvalue)

    i mean BLUE & BOLD color for that link

    Do it like this:
    …\wp-content\plugins\essential-real-estate\public\assets\css\dashboard.css
    https://prntscr.com/o3n49k
    This is the result:
    https://prntscr.com/o3n4s7

    • This reply was modified 5 years, 8 months ago by Kami.
    Thread Starter webvalue

    (@webvalue)

    I see that you got it. But it’s not showing up here
    https://prnt.sc/o3s9mp
    thanks

    • This reply was modified 5 years, 8 months ago by webvalue.

    I say you do it like my photo.
    Add this code snippet to your file to be like that.

    .ere-dashboard-nav li:last-child a {
    color: blue;
    font-weight: bold;
    }

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Font size – Account Menu Links’ is closed to new replies.