Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #432906

    Hi there,

    I’m having difficulty in the dashboard uploading an image for the partner/logo section.

    When I click on upload image, no dialog box opens so I can’t upload the picture I want.

    Can you help?

    #433281

    Hey Plucknik!

    You could try to deactivate all plugins to see if one of them is causing a conflict, also, make sure the theme and WordPress are both updated to the latest versions, Enfold 3.1.3 WP 4.1.2. If none of that works, could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
    Cheers!
    Rikard

    #433400

    Hey Rikard!

    Thanks for that. Today it just started working on its own! I’ve got another question for you now.

    I’d like to change the size and type of the text in a Content Slider heading.

    Do you know how I can do that?

    #433402

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .avia-content-slider .slide-entry-title { font-size: 20px; }

    Cheers!
    Yigit

    #433405

    Wow! Quick answer Yigit!!! Awesome.

    Do you know if I can centre the text that way too?

    #433410

    Ooops, that seemed to work on the text in the columns of the Content Slider (Slide Title) not the overall Heading of the Content Slider.

    I’d like to reduce the text size and centre the text on the overall heading

    #433425

    Hey!

    Please add following code to Quick CSS as well

    .slide-entry-excerpt.entry-content, .avia-content-slider .slide-entry-title { text-align: center; }
    .slide-entry-excerpt.entry-content { font-size: 16px; }

    If that does not help, please post the link to your page and point out the text you would like to edit

    Best regards,
    Yigit

    #433434
    This reply has been marked as private.
    #433452

    Hey!

    Please use following code instead

    .new-special-heading h3 {
      text-align: center;
      font-size: 24px;
    }

    Cheers!
    Yigit

    #433483

    That’s perfect, Yigit! It’s all worked just right. The very last thing is that the text all seems to be bold. Is there any way I can switch it normal weight?

    #433491

    Hi!

    Please add following code to Quick CSS as well

    .new-special-heading h3,.avia-content-slider .slide-entry-title { font-weight: normal; }

    Cheers!
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.