This topic has 25 replies, 2 voices, and was last updated 6 years by Laura.

  • Author
  • #196475
     wschaefer1
    Participant

    Hello,

    I have been trying to style the Membership Level Page (there will only be one level). I’ve located the .css, revised and added into the .css area in theme options, but nothing changes.

    I’m trying to enlarge the type size in the “extra description” area, using this:

    .pricing-table .extra-description {

    font-size: 18px !important;

    }

    And trying to enlarge and center the pricing list group underneath that using this:

     

    .container .pricing-table li.list-group-item {

    font-size: 18px !important;

    text-align: center;

    }

    Neither works. Can you help me please? Thanks.

    Attachments:
    You must be logged in to view attached files.
    #196507
     Laura
    Moderator

    Hello, i see it changed, did you resolve it?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #196537
     wschaefer1
    Participant

    It looks like part of it changed. With the caching I guess, couldn’t see on the browser I’m working in. Looked it up in another browser.

    But I am still unable to center the “View Members Directory, View Members Profile, Access….etc.” list underneath and enlarge the font.

    Help! Thanks.

    #196620
     wschaefer1
    Participant

    Now it seems to have reverted back to the original.

    Can’t seem to change anything in that box. Trying to make the button look like the others too, with no luck.

    #196747
     Laura
    Moderator

    Hello, to center the list try by adding this to style.css of child theme

    COPY CODE
    
    ul.list-group.list-group-flush li {
        text-align: center;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #196749
     wschaefer1
    Participant

    No, sorry, that did not work.

    I can’t change the font sizes, center the copy or change the color of the button.

    The one thing that did change, changed back the next day.

    #196841
     Laura
    Moderator

    Hello, please add it to quick css of theme options and clean cache, let me know if it works 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #196863
     wschaefer1
    Participant

    That is where it already is.

    #196977
     Laura
    Moderator

    Hello, please replace it with

    COPY CODE
    
    
    ul.list-group.list-group-flush li {
        text-align: center !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #196980
     wschaefer1
    Participant

    I already did this as instructed earlier. It doesn’t work.

    No .css works for this form.

    If you would like credentials to see, I can supply.

    Thank you.

    #197053
     Laura
    Moderator

    Hello, yes please share credentials 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #197055
     wschaefer1
    Participant
    This reply has been set as private.
    #197154
     Laura
    Moderator

    Hello, added to quick css and to style.css then cleaned cache, its working now

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #197166
     wschaefer1
    Participant

    Thank you.

    Still doesn’t show in Chrome or Safari (even after purging cache), but the list is now centered in Firefox. The .css looks the same, but the font didn’t enlarge to 17 px on anything as specified.

    Did you also put the .css somewhere else besides General Settings/css area?

    #197245
     wschaefer1
    Participant

    UH OH.

    Just looked at it again in Firefox and all the copy is back to the left, not centered.

    Very weird.

    At square one.

    Help!

    #197334
     Laura
    Moderator

    Hello, i think it may be cache because i see it correctly, please clean all your browser and website cache

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #197363
     wschaefer1
    Participant

    I cleaned cache and cookies again, and still no change.

    ugh!!

    #197467
     Laura
    Moderator

    Hello, i added the css to quick css, again, please, do not delete it because it will stop working, if you have quick css open, reload the page before editing it because this is the third time i add this code

    COPY CODE
    
    .panel.text-center.panel-info.kleo-level-1 li {
        text-align: center !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #197471
     wschaefer1
    Participant

    I never deleted anything! But thank you all is centered now. Hope it won’t go away like last time. Fonts still won’t enlarge. But at least we got this far.

    Thank you.

    #197815
     Laura
    Moderator

    Hello, i do see them enlarged, did you resolve it?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #197816
     wschaefer1
    Participant

    No, I don’t see the list enlarged. And I can’t seem to enlarge the button either. 🙁

    #197820
     wschaefer1
    Participant

    Lara,
    Attached is everything I’m trying to do. This section of the theme has been extremely difficult to work with and customize for some reason.

    Any help you can give me is appreciated. I’ve tried just about everything I can think of…

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #197915
     Laura
    Moderator

    Hello, can’t delete the member expire text. Please add this to style.css for the rest

    COPY CODE
    
    .panel-body strong {
        display: none !important;
    }
    ul.list-group.list-group-flush li {
        font-size: 18px !important;
    }
    .panel-footer a.btn.btn-default {
        font-size: 18px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #198479
     wschaefer1
    Participant

    Thank you for the code Laura, but unfortunately it doesn’t work either.

    #198621
     wschaefer1
    Participant

    I figured it out. Added things and took out things. The Editor I am using WPBakery, has a place to add css on each page. I was able to make many more changes when using that. Needed spaces in the css too.

    #198764
     Laura
    Moderator

    Glad you could resolve it 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 26 posts - 1 through 26 (of 26 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?