Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #513954

    hi
    how can i change the titles on the sidebar into lower case?

    #513955
    #513987

    Hey!

    Add this to your custom CSS.

    .widgettitle {
        text-transform: none !important;
    }

    Regards,
    Elliott

    #514426

    Thanks Elliot
    I have some more font troubles –
    1.the breadcrumb thing at the top of each page – how do i change font and colour ?
    2.The first letter on the left hand side of the special titles gets chopped off – how can i stop this from happening?
    3.the footer seems to also be a different font which is odd as i have only set 3 types of font in the font settings – is it not in font settings?
    4.how do i change the colour of the title text in the easy slider?

    many thanks for your help

    #514669

    Hey!

    please open a new ticket for a new question.
    1. Use this code:

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    color: red;
    font-size: 10px;
    }
    

    2. It seems that the font is made like this. Check with a different font though.

    3. Use this to control font on footer:

    div#footer {
    font-family: fantasy; 
    }
    

    4. Can you show us where we can find the easy slider in question? we need to inspect the elements.

    Regards,
    Andy

    #518718

    Hi
    1. this worked but only for the left hand side – not for the page title – how do i change the page title colour and font?
    4. slider can be found
    http://new.meditaenmenorca.org/wp/kadampa-budismo/

    many thanks

    #519082

    Hi,

    Please try the following:

    1.

    .entry-title {
    font-family: fantasy !important; 
    color:red !important;
    }

    4.

    .avia-slideshow-inner .avia-caption-title {
    color:white !important;
    }

    Thanks,
    Rikard

    #522495

    the easiest way to do this is a drop down menu in the font manager in Enfold. I did not see you have an option for upper and lower case.
    thanks though

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Sidebar titles are all uppercase how can i change to lowercase?’ is closed to new replies.