• Resolved CLAUDIOBRN

    (@claudiobrn)


    Hi,

    I want to change the css of footer widget area. I am using the following code but it doesn’t work:

    .enigma_footer_widget_area input {
        font-family: Arial;
    }

    Furthermore I want to change the font family and color of the Footer Call out. Could you please help me with the code?

    Thanks!

Viewing 15 replies - 1 through 15 (of 15 total)
  • mrtom414

    (@mrtom414)

    The code you listed would only effect input boxes in the footer widget area. It you can you need to provide a little more information on what your trying to change.

    Also you you need to provide a link to your site so people can see what your are referring to.

    Without knowing what plugins you have loaded in the footer, It would be very difficult to determine a solution to your problem.

    Thread Starter CLAUDIOBRN

    (@claudiobrn)

    Thanks for your comment.
    I am running my website on a local server so providing a link is unfortunately not possible.

    I will try to explain a bit more clear.
    I have added the widget pages to the Footer Widget Area.
    How can i change the font family of the page names?

    mrtom414

    (@mrtom414)

    The code you provide only changes the font for an text input field like what you would have in a form. You could try using the code.

    .enigma_footer_widget_area input,p,div,span,li,td {
        font-family: Arial !important;
    }

    This would change most things. depending on how they where declared in the footer. You can add to the list of items by putting a , and the elements you want to effect. I put !important after the change because there no way for me to know if any thing is using inline styling. Without knowing what you have it not really possible to provide a solution.

    Thread Starter CLAUDIOBRN

    (@claudiobrn)

    Just tested it – doesn’t work.

    I understand its difficult to provide a code without knowing all the details.
    Any suggestions for changing the footer call out?

    Thread Starter CLAUDIOBRN

    (@claudiobrn)

    Update – just noticed that your code above changed the Footer Call Out Tagline. This is perfect! but did not change the tekst on the button link.

    mrtom414

    (@mrtom414)

    you would have to add button to the list of things to change

    .enigma_footer_widget_area input,p,div,span,li,td,button {
        font-family: Arial !important;
    }

    Thread Starter CLAUDIOBRN

    (@claudiobrn)

    Adjusted the code – this one works for the tagline and the button:

    .enigma_footer_widget_area input,p,div{
        font-family: Arial !important;
    }
    .enigma_callout_area a { font-family: Arial !important;
    }

    Any idea which code I should use for the font of the page names in the footer widget?

    Thread Starter CLAUDIOBRN

    (@claudiobrn)

    Hi,

    Does anyone have an idea / suggestion how I can change the font of the page names in the footer widget?

    Thanks!

    weblizar_support

    (@weblizar_support)

    Hi,

    Let us know which font you want to use in footer widget?

    Thanks.

    Thread Starter CLAUDIOBRN

    (@claudiobrn)

    Hi,

    I want to use Lucida Sans Typewriter.

    Thanks.

    weblizar_support

    (@weblizar_support)

    Hi,

    Sorry this font is not free to use.

    Thanks.

    Thread Starter CLAUDIOBRN

    (@claudiobrn)

    Hi,

    Can this only be used in the premium version?

    Which fonts can I use in the free version – where can I find an overview of free fonts?

    Thanks!

    weblizar_support

    (@weblizar_support)

    Hi,

    Please see them on Google Fonts.

    Thanks

    Thread Starter CLAUDIOBRN

    (@claudiobrn)

    Hi,

    Ok – thanks!

    weblizar_support

    (@weblizar_support)

    Hi,

    Most Welcome.

    Thanks.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Change css footer widget area and tooter call out’ is closed to new replies.