Accordion title, font problem and sticky header options

Hi there, 
i have the following problems with my website

1) I want to increase font title of my accordion lists.
     As you can see in link provided,  title font size, is smaller that content
     Want to change also title color.


2) Increase sticky header height, so I can see better my logo 

3) In all text content section I have accented words are displayed in bold

How can I fix??

Thank you and best regards
looking forward to hearing from you soon 

Comments

  • Hello,
    1. To incerase the font-size, and change its color, please go to: Betheme > Theme Options > Custom CSS & JS > CSS, and paste following Code
    .faq .question .title{
    font-size: 30px!important;
    color: #000!important;
    }

    Of course you can change size by editing this "30px" value, and color as well by editing "#000" value

    2. Increasing sticky header height will not make your logo bigger, but you can put bigger version of your logo in: Behteme > Theme Options > Global > Logo.
    https://prnt.sc/v8mt9i
    Anyway, uploading bigger logo will not make your sticky header bigger.

    3. This can be because the font that you are using on your website does not include these special letters. Try to use diferent font that will operate them.

    Thanks

  • Thank you! Great support....I appreciated a lot!
    Have a nice day.
  • Sorry,
    in .faq .question css options code, is there a possibility to modify and change the number associated to every question with a dot

    Now is in this way
    1. Title
    2. Title
    I would like to have something like this 
    • Title
    • Title
    Or maybe insert an uploaded icon image (from library) if possible.

    Can you indicate both option to do this?

    Thank you and best regards
  • Sorry, but there is no option to do that.
    If you think that should be a feature you can post your idea in the following topic
    https://forum.muffingroup.com/betheme/discussion/113/your-suggestions-for-future-updates#latest

    Thanks
Sign In or Register to comment.