Jump to content

Archived

This topic is now archived and is closed to further replies.

Pankaj32

Change font size and color in footer/colomnizer

Recommended Posts

Pankaj32

Hello,

I am using colomnizers in my footer area to display a few links using the widget area and I want to change their font size and color. I have changed the font in "typography" area in site settings many times however nothing changes. Is it only possible by the use of CSS?

If thats the only way, can someone please tell me what am I suppose to write in the first two lines, for example, in order to change the masthead title I have something like

 

/* Masthead Title */

#page .masthead .masthead-title
 
in the custom code area and then rest of the CSS styling attributes. 
 
Again, I need this is in the footer area (colomnizer)
 
Thanks, 

Share this post


Link to post
Share on other sites
batman

Hi Pankaj32

 

Please, you can try with 

 

.masthead .masthead-title

{
font-size: 50px;


text-rendering: optimizelegibility;


font-family: "Open Sans","Helvetica Neue",Helvetica,sans-serif;


font-weight: 300;

color: red;

}
 
.widget .widgettitle {
text-align: left;
font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,serif;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px;
line-height: 20px;
margin-bottom: 5px;
}
 
 
For example....

Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
Pankaj32

Hello batman I need to reduce the font size/change color in the footer area inside "COLOMNIZER" 

Share this post


Link to post
Share on other sites
batman

HI Pankaj32

 

Please, you can post your site's url so I can properly troubleshoot the issue for you. 


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites

  • Similar Content

    • Lisa Haran
      By Lisa Haran
      Hi 
      I have a map here http://www.iloveoffset.com/maps/
      I want to add several pointer locations to the map, but when I do they do not appear.
      On this map there are 2 pointer locations and as you can there is only one visible.
      Earlier today I added 7 and could only see 4 so there is something odd going on.
      My theme is up to date
    • clj182
      By clj182+
      Hello,
      I've been having trouble unlocking the template section for past couple of weeks. When I try clicking nothing happens. 
      I've deleted my custom css and removed plugins. Im down to having only the following plugins:
      Akismet
      Contact Form 7
      DMS Professional Tools
      Pagelines Updater
      WooCommerce
      It was working fine before i have no idea what's going on with it.
    • flourishdesignstudio
      By flourishdesignstudio+
      My DMS 2 site http://www.heart-stone.com/ will not save any new custom css... I can still edit templates and publish those but any custom css that I enter never saves.
      All WP files, themes, and plugins are up to date. 
      Any thought about what might be causing this?
    • flourishdesignstudio
      By flourishdesignstudio+
      Is there a way to edit the custom CSS via FTP? I know I can edit the custom code in the Chrome editor but is there a file path I can use to find and edit the CSS directly from our FTP?
      Thanks in advance for the help!
    • nizami
      By nizami+
      Using navbar section with correctly configured WP menu to display main navigation at https://elenaangel.com. 
      All fine in desktop viewport. Menu displays twice in hamburger mode. How to fix this please? 

×