-
AuthorPosts
-
October 2, 2017 at 9:09 am #859147
Hi, I startet about 2 weeks ago with WordPress and bought the Theme Enfold. I can’t find where I could change the font and font size of the main menu on the left side ? On the right side I have the logo and on the right side the main menu on the left side. I checked also the Theme setting and Styling, but I didn’t find it. Thanks for the help. Peter
October 2, 2017 at 12:51 pm #859206Hi Peter,
You can change the size of the main menu link if you go to Enfold->Advanced Styling, please check that out.
Best regards,
RikardOctober 2, 2017 at 1:19 pm #859220Hi Rikard
doesn’t work, i tried it in all menus ??
best regards
Peter
October 2, 2017 at 6:21 pm #859314Somebody told me, I should change it with CSS ?? Is this the only way ?
Best regards PeterOctober 3, 2017 at 5:57 am #859470Hi Peter,
It should work setting it on the backend. Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
RikardOctober 3, 2017 at 8:37 am #859501Hi Rikard,
Thanks I found it and changed it – thanks for your help !
How can I get the Child Theme from Enfold ?
Best regards,
PeterOctober 4, 2017 at 7:10 am #859936Hi Peter,
Great, glad you got it working. You can download a child theme here: http://kriesi.at/documentation/enfold/downloads/
Best regards,
RikardJanuary 20, 2019 at 5:00 am #1056023It is not working for me either? I am changing only the font size in Main Menu Links from Default to 30 px and when I view the site there is no change?
I also edited the element for the Menu Item Button and see no change?
Admin login is below:- This reply was modified 5 years, 10 months ago by GlobalListingEchange.
January 20, 2019 at 7:58 am #1056064[Solved]
- This reply was modified 5 years, 10 months ago by MIP_Resources.
January 20, 2019 at 11:41 am #1056138Hi GlobalListingEchange,
Please make sure to clear the old CSS and JS files under Enfold->Performance before checking the changes you have made.
Best regards,
RikardJanuary 23, 2019 at 9:04 pm #1057934I could not find where to start a new ticket? I am using the full width slider. Images are not appearing on my iPhone or I think they are but are too big and not scaling down. I want to try the code below but what size should I make each of the two images (width and height in pixels)?
/*Fullwidth Slider Background Images Mobile – Start================================================== */
@media only screen and (max-width: 767px) {
/* slide 1 */
.avia-fullscreen-slider .avia-slideshow >ul > li:nth-child(1) {
background-image: url(http://glxipdev.wpengine.com/wp-content/uploads/sites/1/2019/01/glx-blockchain-virtual-768×1024.jpg) (hosted on WPengine) !important;
}/* slide 2 */
.avia-fullscreen-slider .avia-slideshow >ul > li:nth-child(2) {
background-image: url(http://glxipdev.wpengine.com/wp-content/uploads/sites/1/2019/01/glx-blockchain-virtual-768×1024.jpg) !important;
}/* slide 3 */
.avia-fullscreen-slider .avia-slideshow >ul > li:nth-child(3) {
background-image: url(http://glxipdev.wpengine.com/wp-content/uploads/sites/1/2019/01/glx-blockchain-virtual-768×1024.jpg) !important;
}
}@media only screen and (min-width: 768px) and (max-width: 989px) {
/* slide 1 */
.avia-fullscreen-slider .avia-slideshow >ul > li:nth-child(1) {
background-image: url(http://glxipdev.wpengine.com/wp-content/uploads/sites/1/2019/01/glx-blockchain-virtual-768×1024.jpg) !important;
}/* slide 2 */
.avia-fullscreen-slider .avia-slideshow >ul > li:nth-child(2) {
background-image: url(http://glxipdev.wpengine.com/wp-content/uploads/sites/1/2019/01/glx-blockchain-virtual-768×1024.jpg) !important;
}/* slide 3 */
.avia-fullscreen-slider .avia-slideshow >ul > li:nth-child(3) {
background-image: url(http://glxipdev.wpengine.com/wp-content/uploads/sites/1/2019/01/glx-blockchain-virtual-768×1024.jpg) !important;
}
}/*Fullwidth Slider Background Images Mobile – Stop================================================== */
- This reply was modified 5 years, 10 months ago by GlobalListingEchange.
January 28, 2019 at 6:30 am #1059523Hi,
You can open a new ticket here: https://kriesi.at/support/forum/enfold/
As for your inquiry, try to resize the image based on the standard mobile screen sizes.
// http://gs.statcounter.com/screen-resolution-stats/mobile/worldwide
Best regards,
Ismael -
AuthorPosts
- The topic ‘Changing Main Menu Font & Size’ is closed to new replies.