Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #144822
    MADAMVIOLET
    Participant

    Hi
    Im struggling to see how to change the font size in the above theme.
    Also having utilised a drop down menu in WordPress, from the home screen, being able to highlight the sub menus is very hit and miss. Is there a way to smarten up the ability to select submenus?

    Thanks very much

    #144844
    Skandha
    Participant

    @madamviolet: You will need to add a bit of CSS code for that. Please post in your site URL and tell me what changes you want to be made.

    Kind Regards,
    Skandha

    #145547
    Corina Gamma
    Participant

    Yes, I’d like to help with that too. I tried to make changes to the style sheet directly, but none of the fonts changed in size

    #145645
    Skandha
    Participant

    @corina-gamma: I suggest you not to edit theme files without creating a child theme as all your edits will get lost when you update the theme. Please post in your site URL so that I can provide you necessary CSS Code.

    Kind Regards,
    Skandha

    #149085
    MADAMVIOLET
    Participant

    Hi
    I have solved the font size issue but the submenu problem persists, are you able to help with that part please?

    Thanks

    #149124
    Skandha
    Participant

    @corina-gamma: Please post in your site URL so that I can look into the issue and help you out.

    Kind Regards,
    Skandha

    #151764
    MADAMVIOLET
    Participant

    Hi again
    This is my url, can you take a look to resolve the issue with the drop down menus please?

    http://www.worshipmadamviolet.com

    Thank you

    #151780
    Skandha
    Participant

    @madamviolet: Your site seems to be under construction. Please let me know when your site is live.

    Kind Regards,
    Skandha

    #152711
    MADAMVIOLET
    Participant

    Hi
    I don’t want to make the website live until I have resolved the issue so do you have a fix you can post on here and I will try myself please?

    #152752
    Skandha
    Participant

    @madamviolet: You can provide me your admin credentials if thats okay and I shall check the issue and provide you possible solutions. I will contact you shortly by email.

    Kind Regards,
    Skandha

    #153150
    Skandha
    Participant

    @madamviolet: Do you mean to change the background-color of the submenu? If yes,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the background-color of sub-menu */
    .main-navigation ul ul {
           background-color:red !important;
    }
    /* To change the color of text in sub-menu */
    .main-navigation ul ul li a {
           color:#000;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #153164
    Skandha
    Participant

    @madamviolet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .main-navigation a {
    	font-size:14px !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #160813
    Skandha
    Participant

    @madamviolet: To make sure the images don’t get cut off in bigger screens
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider .wrapper {
    	text-align:center;
    }
    #feature-slider article img {
    	width:100%;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Changing font size in Fotografie Pro’ is closed to new replies.