Previous and Back font changes

jlo337 / 2013-08-21 07:23:00   

How do you change the text and font options for the "Previous | Next " buttons in Visual Index / Permalinks?

jlo337 / 2013-08-21 07:32:50   

I think I figured it out.
It's in > plugin.submedia.php

jlo337 / 2013-08-21 07:42:44   

I spoke to soon. I haven't figured it out all the way. How do you change the page # (i.e., 2 of 10)?
Also "previous" is different on the first image only and I would like to italicize the font.

arsondpi / 2013-08-21 12:07:39   

Can you post your url?

arsondpi / 2013-08-21 12:11:32   

Previous is found twice in the plugin.submedia.php script - did you edit both?
I don't understnd what you mean by "change the page #" - however this code line is in 206 and its css selector is #where

jlo337 / 2013-08-21 13:05:39   

jaesungphoto,com

Once it goes into the permalinks off the thumbnails you will see "BACK # OF # PREVIOUS | NEXT" in different font type. I am trying to make it all like my exhibit type.

arsondpi / 2013-08-21 13:11:14   

Then use Firebug and find which is the css selector that "escapes" the font-family attribute...
In this case I see in your style.css

  1. #exhibit p, code, blockquote {
  2.     font-family: 'Roboto',sans-serif;
  3. }

which defaults to a sans serif font as Roboto is not found...
Delete this and it will work.
Otherwise find the counters' css selector and include it to the font-family of your preference.

jlo337 / 2013-08-21 17:42:14   

Awesome!!

Thank you!!!

This thread has been closed, thank you.