Forum Replies Created

Viewing 20 posts - 11,941 through 11,960 (of 12,027 total)
  • Author
    Posts
  • in reply to: How can I remove the White Border Inside Image #131046
    Skandha
    Participant

    @skynet: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .attachment-featured-slider-larger.size-featured-slider-larger.wp-post-image {
           padding:0;
    }

    Let me know if this does the trick!

    Regards,
    Skandha

    Skandha
    Participant

    @Akki94316: The menu appears below the image when a header image is used and it appears above when a featured slider is used. The menu is above the image in the demo as a featured slider is in use and we have demo only for premium themes. You can check the theme instructions to know about features available in free version and the additional features available in the pro version and decide if you would like to upgrade to Decree Pro Theme.

    Let me know if you have any more issues!

    Regards,
    Skandha

    in reply to: Sidebar Width #131009
    Skandha
    Participant

    @lizhenkenius: Glad that the issue is resolved. Have a good day!

    Regards,
    Skandha

    in reply to: Mobile menu error #131008
    Skandha
    Participant

    @PeteGWebmaster: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:991px) {
    	.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current_page_item.menu-item-home.menu-item-188 {
    		width: 100%;
    	}
    
    	.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-187 {
    		width: 100%;
    	}
    
    	.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-191 {
    		width: 100%;
    	}
    
    	.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-199 {
    		width: 100%;
    	}
    }

    Let me know if this does the trick!

    Regards,
    Skandha

    Skandha
    Participant

    @Akki94316: You don`t seem to be using our Decree Free Theme. Please post your issue in the respective theme support forum.

    Regards,
    Skandha

    in reply to: Homepage Slider all image captions showing #130978
    Skandha
    Participant

    @Claire: If you want to remove the titles from the featured slider Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider .entry-title {
        display:none;
    }

    Let me know if this resolves your issue!

    Regards,
    Skandha

    in reply to: Front page boxes #130944
    Skandha
    Participant

    @ydigilov: You can change the margin by making change to the margin-right and margin-property in the previous css.

    Let me know if you have any more issues!

    Regards,
    Skandha

    in reply to: Front page Image Slider #130938
    Skandha
    Participant

    @sumiko: This theme is customized for full width content and lot of customization is required for your requirement. Therefore i suggest you to hire a customizer to get your site customized.

    Regards,
    Skandha

    in reply to: Sidebar Width #130936
    Skandha
    Participant

    @lizhenkenius: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:991px) {
    	article {
    		width:115%;
    	}
    	.sidebar.sidebar-primary.widget-area {
    		width: 20%;
    		position: absolute;
    		right: 20px;
    		
    	}
    
    }
    article {
    text-align: justify;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Feature Request: reverse social icons color #130891
    Skandha
    Participant

    @skynet: Glad it worked out! Thank you for your suggestion. Have a good day!

    Regards,
    Skandha

    in reply to: Feature Request: reverse social icons color #130883
    Skandha
    Participant

    @skynet: Since there isn’t an option to change the hover color of social links to light grey and default color to their original color for the time being. You will need to add some CSS Code to achieve it.
    Go to => Appearance => Customize => Additional CSS and add the following Code.

    .social-profile ul li.facebook a {
    	background-position: 0 -44px;
    }
    .social-profile ul li.facebook a:hover,
    .social-profile ul li.facebook a:focus {
    	background-position: 0 0;
    }
    .social-profile ul li.twitter a {
    	background-position: -44px -44px;
    }
    .social-profile ul li.twitter a:hover,
    .social-profile ul li.twitter a:focus {
    	background-position: -44px 0;
    }
    .social-profile ul li.rss a {
    	background-position: -88px -44px;
    }
    .social-profile ul li.rss a:hover,
    .social-profile ul li.rss a:focus {
    	background-position: -88px 0;
    }
    .social-profile ul li.you-tube a {
    	background-position: -132px -44px;
    }
    .social-profile ul li.you-tube a:hover,
    .social-profile ul li.you-tube a:focus {
    	background-position: -132px 0;
    }
    .social-profile ul li.linkedin a {
    	background-position: -176px -44px;
    }
    .social-profile ul li.linkedin a:hover,
    .social-profile ul li.linkedin a:focus {
    	background-position: -176px 0;
    }
    .social-profile ul li.tumblr a {
    	background-position: -220px -44px;
    }
    .social-profile ul li.tumblr a:hover,
    .social-profile ul li.tumblr a:focus {
    	background-position: -220px 0;
    }
    .social-profile ul li.viemo a {
    	background-position: -264px -44px;
    }
    .social-profile ul li.viemo a:hover,
    .social-profile ul li.viemo a:focus {
    	background-position: -264px 0;
    }
    .social-profile ul li.slideshare a {
    	background-position: -264px -44px;
    }
    .social-profile ul li.slideshare a:hover,
    .social-profile ul li.slideshare a:focus {
    	background-position: -264px 0;
    }
    .social-profile ul li.dribbble a {
    	background-position: -308px -44px;
    }
    .social-profile ul li.dribbble a:hover,
    .social-profile ul li.dribbble a:focus {
    	background-position: -308px 0;
    }
    .social-profile ul li.my-space a {
    	background-position: -352px -44px;
    }
    .social-profile ul li.my-space a:hover,
    .social-profile ul li.my-space a:focus {
    	background-position: -352px 0;
    }
    .social-profile ul li.aim a {
    	background-position: -396px -44px;
    }
    .social-profile ul li.aim a:hover,
    .social-profile ul li.aim a:focus {
    	background-position: -396px 0;
    }
    .social-profile ul li.myspace a {
    	background-position: -352px -44px;
    }
    .social-profile ul li.myspace a:hover,
    .social-profile ul li.myspace a:focus {
    	background-position: -352px 0;
    }
    .social-profile ul li.flickr a {
    	background-position: -440px -44px;
    }
    .social-profile ul li.flickr a:hover,
    .social-profile ul li.flickr a:focus {
    	background-position: -440px 0;
    }
    .social-profile ul li.pinterest a {
    	background-position: -484px -44px;
    }
    .social-profile ul li.pinterest a:hover,
    .social-profile ul li.pinterest a:focus {
    	background-position: -484px 0;
    }
    .social-profile ul li.google-plus a {
    	background-position: -528px -44px;
    }
    .social-profile ul li.google-plus a:hover,
    .social-profile ul li.google-plus a:focus {
    	background-position: -528px 0;
    }
    .social-profile ul li.wordpress a {
    	background-position: -572px -44px;
    }
    .social-profile ul li.wordpress a:hover,
    .social-profile ul li.wordpress a:focus {
    	background-position: -572px 0;
    }
    .social-profile ul li.deviantart a {
    	background-position: -616px -44px;
    }
    .social-profile ul li.deviantart a:hover,
    .social-profile ul li.deviantart a:focus {
    	background-position: -616px 0;
    }
    .social-profile ul li.slideshare a {
    	background-position: -660px -44px;
    }
    .social-profile ul li.slideshare a:hover,
    .social-profile ul li.slideshare a:focus {
    	background-position: -660px 0;
    }
    .social-profile ul li.instagram a {
    	background-position: -704px -44px;
    }
    .social-profile ul li.instagram a:hover,
    .social-profile ul li.instagram a:focus {
    	background-position: -704px 0;
    }
    .social-profile ul li.skype a {
    	background-position: -748px -44px;
    }
    .social-profile ul li.skype a:hover,
    .social-profile ul li.skype a:focus {
    	background-position: -748px 0;
    }
    .social-profile ul li.soundcloud a {
    	background-position: -792px -44px;
    }
    .social-profile ul li.soundcloud a:hover,
    .social-profile ul li.soundcloud a:focus {
    	background-position: -792px 0;
    }
    .social-profile ul li.email a {
    	background-position: -837px -44px;
    }
    .social-profile ul li.email a:hover,
    .social-profile ul li.email a:focus {
    	background-position: -837px 0;
    }
    .social-profile ul li.xing a {
    	background-position: -882px -44px;
    }
    .social-profile ul li.xing a:hover,
    .social-profile ul li.xing a:focus {
    	background-position: -882px 0;
    }
    .social-profile ul li.specificfeeds a {
    	background-position: -927px -44px;
    }
    .social-profile ul li.specificfeeds a:hover,
    .social-profile ul li.specificfeeds a:focus {
    	background-position: -927px 0;
    }
    .social-profile ul li.meetup a {
    	background-position: -971px -44px;
    }
    .social-profile ul li.meetup a:hover,
    .social-profile ul li.meetup a:focus {
    	background-position: -971px 0;
    }
    .social-profile ul li.goodreads a {
    	background-position: -1015px -44px;
    }
    .social-profile ul li.goodreads a:hover,
    .social-profile ul li.goodreads a:focus {
    	background-position: -1015px 0;
    }
    .social-profile ul li.github a {
    	background-position: -1059px -44px;
    }
    .social-profile ul li.github a:hover,
    .social-profile ul li.github a:focus {
    	background-position: -1059px 0;
    }
    .social-profile ul li.vk a {
    	background-position: -1103px -44px;
    }
    .social-profile ul li.vk a:hover,
    .social-profile ul li.vk a:focus {
    	background-position: -1103px 0;
    }

    Let me know if this works!

    Regards,
    Skandha

    in reply to: Front page boxes #130820
    Skandha
    Participant

    @ydigilov: Please Goto => Appearance => Customize => Additional CSS and add the following CSS Code

    @media screen and (min-width:781px) {
    	#pgc-18-0-0 {
    	margin-right: 25px !important;
    	}
    
    	#pgc-18-0-1 {
    	margin-left: 25px !important;
    	}
    }

    Let me know if this does the trick!
    Have a good day!

    Regards,
    Skandha

    in reply to: Remove the search icon and search box from menu area #130815
    Skandha
    Participant

    @JohnV: Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    #search-toggle, .search-field {
    display: none;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: change font color in header media text #130810
    Skandha
    Participant

    @cheryl: Goto => Appearance => Customize => Additional CSS and add the following CSS Code.

    //To change the color of title in header media

    .custom-header-content .entry-title {
         color: red;
    }

    //To change the color of LISTEN link in header media

    .custom-header-content .site-header-text a {   
         color: red;
    }

    You can change the color according to your requirement!
    Let me know if this solves your issues.

    Regards,
    Skandha

    in reply to: Front page Image Slider #130743
    Skandha
    Participant

    @Sumiko: Go to => Appearance => Customize => Additional CSS and add the following CSS

    .slider-image {
         margin-right: 102px;
         margin-left: 102px;
    }

    Let me know if this works!

    Regards,
    Skandha

    in reply to: Front page boxes #130732
    Skandha
    Participant

    @ydigilov: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #pg-18-0 .panel-grid-cell {
        margin-right: 50px;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    in reply to: Remove little 'star' image on every page #130727
    Skandha
    Participant

    @robert: Go to => Appearance => Customize => Additional CSS and try adding the following CSS Code

    .square {
    display: none;
    }

    Let me know if this solves your issue!

    Regards,
    Skandha

    Skandha
    Participant

    @fkey541: Glad that you’re satisfied with our support. If it’s not much trouble please leave a sincere review of the theme on the following link https://wordpress.org/themes/rock-star/.
    Have a good day!

    Regards,
    Skandha

    in reply to: Remove little 'star' image on every page #130725
    Skandha
    Participant

    @robert: Please post in your site URL.

    Regards,
    Skandha

    in reply to: change font color in header media text #130685
    Skandha
    Participant

    @cheryl: It is not possible to change the header media text color from the colors option. You will need to add a little bit of additional CSS code for that. Please post in your site URL so that i can provide you with the CSS Code.

    Regards,
    Skandha

Viewing 20 posts - 11,941 through 11,960 (of 12,027 total)