Jump to content

Location Edits


rivermobster

Recommended Posts

Page Edits:        803    Remove Titles        Font-size 0px
            576    Remove Top Margin    padding-top: 0px;
            1252    Set Inner to Clear    background-color: clear;
            1252    Remove Bottom Margin    margin-bottom: 0px;
            1253    Remove Inner Padding    padding: 0px 0px;


Remove space under NAV    804    .entry-title {    
                    font-size: 0px;    
                    font-size: 0rem;    
                    margin: 0 !important;    <--- add this line

Title edits:        800

Header Design:        1030     background color
            1071    Site title color
            1088    Site description color
            1132    Navigation text color
            1143    Navigation hover color    color: white !important; 
            1144    Remove Underline:    text-decoration: none;

            1049    Remove description and center title top to bottom: margin-top: 10px; <---- add this line
            1085    Set description fonts to 0

            1105    Header Widget aera
            

Nav Menu Padding    1143    padding: 20px 20px;

Nav Menu Background:    1237    background: linear-gradient(to top, white, grey);    border-top: 0px solid #eee;

Content Background    1261

Site Footer:        1449    background: linear-gradient(to top, grey, white);    border-top: 0px solid #eee;    padding: 15px 0;

Content aera        1254        .entry
                    remove background-color: or change it to something else

Blog Header        742    

CHANGE FONT...

Body font:        162

Headings font:        263

Change Theme Font    52    Theme functions (functions.php)

                wp_enqueue_style( 'genesis-sample-fonts', '//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700', array(), CHILD_THEME_VERSION );

                wp_enqueue_style( 'genesis-sample-fonts', '//fonts.googleapis.com/css?family=Raleway:500', array(), CHILD_THEME_VERSION );
                
                wp_enqueue_style( 'genesis-sample-fonts', '//fonts.googleapis.com/css2?family=Hepta+Slab&display=swap', array(), CHILD_THEME_VERSION );


    Standard        //fonts.googleapis.com/css?family=Magra&display=swap
    @IMPORT            //fonts.googleapis.com/css2?family=Hepta+Slab&display=swap

            CSS -->        font-family: 'Raleway', sans-serif;

                                #eee    


  
/* Creating a full width header
--------------------------------------------- */
.site-header {
background-image: url(/wp-content/uploads/2016/03/cropped-header_logo3.jpg);
background-repeat: no-repeat;
background-position: center center;
}


Adjust nav menu position 1133  .genesis-nav-menu .menu-item {

                    float: left;

                    list-style-type: none;
                
    margin-bottom: 0;

                    padding-bottom: 0;
                
    text-align: left;
                    }

Remove blog box        756        background-color: #fff;   <----remove        

#003366 #004282

background: linear-gradient(to top, #690001, #ff0000);


#c3251d  < teal green

background: -webkit-linear-gradient(180deg, #71c0be, #d6ece7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

color: #71c0be;
    #d6ece7:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...