How do you change the text and font options for the "Previous | Next " buttons in Visual Index / Permalinks?
How do you change the text and font options for the "Previous | Next " buttons in Visual Index / Permalinks?
I think I figured it out.
It's in > plugin.submedia.php
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.
Can you post your url?
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
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.
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
#exhibit p, code, blockquote {
font-family: 'Roboto',sans-serif;
}
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.
Awesome!!
Thank you!!!
This thread has been closed, thank you.