Skip to:
Content
Pages
Categories
Search
Top
Bottom

General

Name

Frank B.

About Me

I’m a professional photographer by day, but I’ve been creating websites since 1994 for my own businesses. At first I used Macromedia Dreamweaver long before Adobe bought it in 2005. In 2014, I began using WordPress along with Total WordPress theme by WPExplorer and WPBakery.

One of my websites is an online classroom, and I use Total and the LMS plugin LearnPress by ThimPress. You can find a list of CSS coding snippets below for LearnPress. Although I’m not a developer, I am able to sometimes figure things out via backwards engineering and looking at the source code of other websites.

Websites:
https://londonestatephotography.co.uk
https://frankbiganski.com
https://thedronecoach.io
https://thedronecoach.com

Website URL

https://LondonEstatePhotography.co.uk

Current Location

London England

WordPress Origin Story

Free CSS code for LearnPress.
Contact me for a custom content-protected.php template for LearnPress.

/* moves quiz next/prev links and numbers from bottom margin and places them under the quizzes */
#popup-course #popup-content #learn-press-quiz-app
.quiz-buttons.align-center
.button-left.fixed{
position:relative;
left:unset;
transform:unset;
margin-left:0 !important;
}
/* adjusts font size for left menu */
.section-item-link .item-name {
font-size: 17px !important;
}
/* adjusts font size on course page only */
.course-content .course-title {
font-size: 27px !important;
line-height: 20px;
}
/* adjusts font size for left menu course title */
.section-header {
font-size: 16px
}
/* adjusts course pages lessons title */
.content-item-wrap .course-item-title {
font-size: 25px
}
/* adjusts lessons font size */
.lesson-description {
font-size: 20px;
}
/* adjusts size of profile avatar */
.lp-user-profile .lp-profile-left { min-width: 120px; max-width: 120px;
}
/* adjusts profile header size */
.lp-user-profile .wrapper-profile-header .lp-profile-content-area { padding: 20px 15px;
}
/* adjusts font & header in profile menu below tabs */
.dashboard-statistic__row {
font-size: 16px; min-height: 30px;
}
/* adjusts font size below the above */
.learn-press-course-tab-filters .learn-press-filters {
font-size: 16px;
}
/* adjusts font size in course progress */
.learn-press-profile-course__progress .lp_profile_course_progress__header {
font-size: 18px;
}
/* adjusts bottom profile progress area */
.learn-press-profile-course__progress .lp_profile_course_progress__item td { text-align: center; font-size: 16px; line-height: 1; border: 0.5px solid #ccc; padding: 08px; vertical-align: top;
}
.learn-press-profile-course__progress .lp_profile_course_progress__header {
background: var(–lp-primary-color); font-size: 16px;
}
/* adjusts profile tab font & tab size */
.lp-user-profile #profile-nav .lp-profile-nav-tabs { font-size: 18px;
}
.learn-press-filters { font-size: 18px;
}
/* adjusts profile course results font size */
.lp-profile-content table.lp-list-table { font-size: 16px;
}
/* adjusts font size profile settings pages */
.lp-user-profile .lp-profile-content { font-size: 17px;
}

Extras

Company

LondonEstatePhotography.co.uk

Job Title

Property Photographer

WordPress Usage

Business

Skip to toolbar