-
AuthorPosts
-
April 22, 2015 at 4:13 pm #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?
April 23, 2015 at 7:43 am #433281Hey 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!
RikardApril 23, 2015 at 12:32 pm #433400Hey 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?
April 23, 2015 at 12:34 pm #433402Hey!
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!
YigitApril 23, 2015 at 12:40 pm #433405Wow! Quick answer Yigit!!! Awesome.
Do you know if I can centre the text that way too?
April 23, 2015 at 12:44 pm #433410Ooops, 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
April 23, 2015 at 1:02 pm #433425Hey!
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,
YigitApril 23, 2015 at 1:10 pm #433434This reply has been marked as private.April 23, 2015 at 1:31 pm #433452Hey!
Please use following code instead
.new-special-heading h3 { text-align: center; font-size: 24px; }
Cheers!
YigitApril 23, 2015 at 2:32 pm #433483That’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?
April 23, 2015 at 2:39 pm #433491 -
AuthorPosts
- You must be logged in to reply to this topic.